#D64237

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

Shades of Cinnabar #D64237

Tints of Cinnabar #D64237

Color information

#D64237 (or 0xD64237) is unknown color: approx Cinnabar. HEX triplet: D6, 42 and 37. RGB value is (214,66,55). Sum of RGB (Red+Green+Blue) = 214+66+55=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D64237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64237 is #29BDC8. Grayscale: #6D6D6D. Windows color (decimal): -2735561 or 3621590. OLE color: 3621590.

HSL color Cylindrical-coordinate representation of color #D64237: hue angle of 4.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D64237 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB2146655-
CMYK00.690.740.16
HSL4.15º65.98%52.75%-
HSV(B)4.15º74.3%83.92%-
XYZ30.3718.475.58-
YUV10997.53202.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.88%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 55 (21.88% from 255) = 16.42%
R=63.88%
G=19.70%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214665500.690.740.164.1565.9852.75
HexD642370454A1044235
Octal32610267010511220410265
Binary110101101000010110111010001011001010100001001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64237; }

 p { color: rgb(214,66,55); }

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

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

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

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

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

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

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