#D64533

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

Shades of Cinnabar #D64533

Tints of Cinnabar #D64533

Color information

#D64533 (or 0xD64533) is unknown color: approx Cinnabar. HEX triplet: D6, 45 and 33. RGB value is (214,69,51). Sum of RGB (Red+Green+Blue) = 214+69+51=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D64533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64533 is #29BACC. Grayscale: #6E6E6E. Windows color (decimal): -2734797 or 3360214. OLE color: 3360214.

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

Color convert

RGB2146951-
CMYK00.680.760.16
HSL6.63º66.53%51.96%-
HSV(B)6.63º76.17%83.92%-
XYZ30.4618.795.15-
YUV110.394.54201.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.07%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 51 (20.31% from 255) = 15.27%
R=64.07%
G=20.66%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214695100.680.760.166.6366.5351.96
HexD645330444C1074334
Octal32610563010411420710364
Binary110101101000101110011010001001001100100001111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64533; }

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

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

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

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

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

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

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

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