#df491f

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

Shades of Cinnabar #DF491F

Tints of Cinnabar #DF491F

Color information

#DF491F (or 0xDF491F) is unknown color: approx Cinnabar. HEX triplet: DF, 49 and 1F. RGB value is (223,73,31). Sum of RGB (Red+Green+Blue) = 223+73+31=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF491F is #20B6E0. Grayscale: #717171. Windows color (decimal): -2143969 or 2050527. OLE color: 2050527.

HSL color Cylindrical-coordinate representation of color #DF491F: hue angle of 13.13º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF491F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB2237331-
CMYK00.670.860.13
HSL13.13º75.59%49.8%-
HSV(B)13.13º86.1%87.45%-
XYZ33.0620.553.52-
YUV113.0681.69206.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 68.20%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 31 (12.5% from 255) = 9.48%
R=68.20%
G=22.32%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223733100.670.860.1313.1375.5949.8
HexDF491F04356Dd4c32
Octal337111370103126151511462
Binary11011111100100111111010000111010110110111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df491f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df491f; }

 p { color: rgb(223,73,31); }

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

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

 a { background-color: rgb(223,73,31); }

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

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

 span { border-color: rgb(223,73,31); }

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