#D94642

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

Shades of Cinnabar #D94642

Tints of Cinnabar #D94642

Color information

#D94642 (or 0xD94642) is unknown color: approx Cinnabar. HEX triplet: D9, 46 and 42. RGB value is (217,70,66). Sum of RGB (Red+Green+Blue) = 217+70+66=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D94642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94642 is #26B9BD. Grayscale: #717171. Windows color (decimal): -2537918 or 4343513. OLE color: 4343513.

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

Color convert

RGB2177066-
CMYK00.680.700.15
HSL1.59º66.52%55.49%-
HSV(B)1.59º69.59%85.1%-
XYZ31.7919.537.25-
YUV113.5101.2201.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.47%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=61.47%
G=19.83%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217706600.680.700.151.5966.5255.49
HexD9464204446F24337
Octal331106102010410617210367
Binary11011001100011010000100100010010001101111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94642; }

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

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

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

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

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

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

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

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