#D9491F

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

Shades of Cinnabar #D9491F

Tints of Cinnabar #D9491F

Color information

#D9491F (or 0xD9491F) is unknown color: approx Cinnabar. HEX triplet: D9, 49 and 1F. RGB value is (217,73,31). Sum of RGB (Red+Green+Blue) = 217+73+31=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D9491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9491F is #26B6E0. Grayscale: #6F6F6F. Windows color (decimal): -2537185 or 2050521. OLE color: 2050521.

HSL color Cylindrical-coordinate representation of color #D9491F: hue angle of 13.55º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9491F is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB2177331-
CMYK00.660.860.15
HSL13.55º75%48.63%-
HSV(B)13.55º85.71%85.1%-
XYZ31.2519.623.44-
YUV111.2782.71203.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 67.60%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 31 (12.5% from 255) = 9.66%
R=67.60%
G=22.74%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217733100.660.860.1513.557548.63
HexD9491F04256Fe4b31
Octal331111370102126171611361
Binary11011001100100111111010000101010110111111101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9491F; }

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

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

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

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

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

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

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

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