#D64A33

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

Shades of Cinnabar #D64A33

Tints of Cinnabar #D64A33

Color information

#D64A33 (or 0xD64A33) is unknown color: approx Cinnabar. HEX triplet: D6, 4A and 33. RGB value is (214,74,51). Sum of RGB (Red+Green+Blue) = 214+74+51=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A33 is #29B5CC. Grayscale: #717171. Windows color (decimal): -2733517 or 3361494. OLE color: 3361494.

HSL color Cylindrical-coordinate representation of color #D64A33: hue angle of 8.47º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D64A33 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB2147451-
CMYK00.650.760.16
HSL8.47º66.53%51.96%-
HSV(B)8.47º76.17%83.92%-
XYZ30.7819.435.26-
YUV113.2492.88199.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.13%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=63.13%
G=21.83%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214745100.650.760.168.4766.5351.96
HexD64A330414C1084334
Octal326112630101114201010364
Binary1101011010010101100110100000110011001000010001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64A33; }

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

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

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

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

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

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

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

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