#D64A37

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

Shades of Cinnabar #D64A37

Tints of Cinnabar #D64A37

Color information

#D64A37 (or 0xD64A37) is unknown color: approx Cinnabar. HEX triplet: D6, 4A and 37. RGB value is (214,74,55). Sum of RGB (Red+Green+Blue) = 214+74+55=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A37 is #29B5C8. Grayscale: #717171. Windows color (decimal): -2733513 or 3623638. OLE color: 3623638.

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

Color convert

RGB2147455-
CMYK00.650.740.16
HSL7.17º65.98%52.75%-
HSV(B)7.17º74.3%83.92%-
XYZ30.8719.475.75-
YUV113.6994.88199.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.39%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 55 (21.88% from 255) = 16.03%
R=62.39%
G=21.57%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214745500.650.740.167.1765.9852.75
HexD64A370414A1074235
Octal32611267010111220710265
Binary110101101001010110111010000011001010100001111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64A37; }

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

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

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

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

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

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

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

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