#D94220

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

Shades of Cinnabar #D94220

Tints of Cinnabar #D94220

Color information

#D94220 (or 0xD94220) is unknown color: approx Cinnabar. HEX triplet: D9, 42 and 20. RGB value is (217,66,32). Sum of RGB (Red+Green+Blue) = 217+66+32=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D94220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94220 is #26BDDF. Grayscale: #6B6B6B. Windows color (decimal): -2538976 or 2114265. OLE color: 2114265.

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

Color convert

RGB2176632-
CMYK00.700.850.15
HSL11.03º74.3%48.82%-
HSV(B)11.03º85.25%85.1%-
XYZ30.8218.753.36-
YUV107.2785.53206.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 68.89%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 32 (12.89% from 255) = 10.16%
R=68.89%
G=20.95%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217663200.700.850.1511.0374.348.82
HexD9422004655Fb4a31
Octal331102400106125171311261
Binary110110011000010100000010001101010101111110111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94220; }

 p { color: rgb(217,66,32); }

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

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

 a { background-color: rgb(217,66,32); }

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

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

 span { border-color: rgb(217,66,32); }

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