#D94E37

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

Shades of Cinnabar #D94E37

Tints of Cinnabar #D94E37

Color information

#D94E37 (or 0xD94E37) is unknown color: approx Cinnabar. HEX triplet: D9, 4E and 37. RGB value is (217,78,55). Sum of RGB (Red+Green+Blue) = 217+78+55=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94E37 is #26B1C8. Grayscale: #757575. Windows color (decimal): -2535881 or 3624665. OLE color: 3624665.

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

Color convert

RGB2177855-
CMYK00.640.750.15
HSL8.52º68.07%53.33%-
HSV(B)8.52º74.65%85.1%-
XYZ32.0320.485.88-
YUV116.9493.05199.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 55 (21.88% from 255) = 15.71%
R=62%
G=22.29%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217785500.640.750.158.5268.0753.33
HexD94E370404BF94435
Octal331116670100113171110465
Binary110110011001110110111010000001001011111110011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94E37; }

 p { color: rgb(217,78,55); }

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

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

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

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

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

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

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