#D94242

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

Shades of Cinnabar #D94242

Tints of Cinnabar #D94242

Color information

#D94242 (or 0xD94242) is unknown color: approx Cinnabar. HEX triplet: D9, 42 and 42. RGB value is (217,66,66). Sum of RGB (Red+Green+Blue) = 217+66+66=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D94242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94242 is #26BDBD. Grayscale: #6F6F6F. Windows color (decimal): -2538942 or 4342489. OLE color: 4342489.

HSL color Cylindrical-coordinate representation of color #D94242: hue angle of 0º 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 #D94242 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB2176666-
CMYK00.700.700.15
HSL66.52%55.49%-
HSV(B)69.59%85.1%-
XYZ31.5519.047.17-
YUV111.15102.53203.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.18%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=62.18%
G=18.91%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217666600.700.700.15066.5255.49
HexD9424204646F04337
Octal331102102010610617010367
Binary1101100110000101000010010001101000110111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94242; }

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

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

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

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

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

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

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

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