#DF4327

Color #DF4327 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #DF4327

Tints of Cinnabar #DF4327

Color information

#DF4327 (or 0xDF4327) is unknown color: approx Cinnabar. HEX triplet: DF, 43 and 27. RGB value is (223,67,39). Sum of RGB (Red+Green+Blue) = 223+67+39=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4327 is #20BCD8. Grayscale: #6E6E6E. Windows color (decimal): -2145497 or 2573279. OLE color: 2573279.

HSL color Cylindrical-coordinate representation of color #DF4327: hue angle of 9.13º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF4327 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB2236739-
CMYK00.700.830.13
HSL9.13º74.19%51.37%-
HSV(B)9.13º82.51%87.45%-
XYZ32.819.854.02-
YUV110.4587.68208.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 67.78%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 39 (15.62% from 255) = 11.85%
R=67.78%
G=20.36%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223673900.700.830.139.1374.1951.37
HexDF432704653D94a33
Octal337103470106123151111263
Binary110111111000011100111010001101010011110110011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4327; }

 p { color: rgb(223,67,39); }

 H1.HeaderClassName
 {
   color: #DF4327;
 }
 .AnyTagClassName
 {
   color: #DF4327;
 }
</style>
background-color css

<style>
 a { background-color: #DF4327; }

 a { background-color: rgb(223,67,39); }

 div.DivClassName
 {
   background-color: #DF4327;
 }
 .BgClassName
 {
   background-color: #DF4327;
 }
</style>
border-color css

<style>
 span { border-color: #DF4327; }

 span { border-color: rgb(223,67,39); }

 td.TdClassName
 {
   border-color: #DF4327;
 }
 .TagClassName
 {
   border-color: #DF4327;
 }
</style>