#D64534

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

Shades of Cinnabar #D64534

Tints of Cinnabar #D64534

Color information

#D64534 (or 0xD64534) is unknown color: approx Cinnabar. HEX triplet: D6, 45 and 34. RGB value is (214,69,52). Sum of RGB (Red+Green+Blue) = 214+69+52=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D64534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64534 is #29BACB. Grayscale: #6E6E6E. Windows color (decimal): -2734796 or 3425750. OLE color: 3425750.

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

Color convert

RGB2146952-
CMYK00.680.760.16
HSL6.3º66.39%52.16%-
HSV(B)6.3º75.7%83.92%-
XYZ30.4818.85.27-
YUV110.4295.04201.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.88%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 52 (20.70% from 255) = 15.52%
R=63.88%
G=20.60%
B=15.52%

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
Decimal214695200.680.760.166.366.3952.16
HexD645340444C1064234
Octal32610564010411420610264
Binary110101101000101110100010001001001100100001101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64534; }

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

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

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

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

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

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

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

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