#D64325

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

Shades of Cinnabar #D64325

Tints of Cinnabar #D64325

Color information

#D64325 (or 0xD64325) is unknown color: approx Cinnabar. HEX triplet: D6, 43 and 25. RGB value is (214,67,37). Sum of RGB (Red+Green+Blue) = 214+67+37=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D64325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64325 is #29BCDA. Grayscale: #6B6B6B. Windows color (decimal): -2735323 or 2442198. OLE color: 2442198.

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

Color convert

RGB2146737-
CMYK00.690.830.16
HSL10.17º70.52%49.22%-
HSV(B)10.17º82.71%83.92%-
XYZ30.0718.443.73-
YUV107.5388.2203.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 67.30%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 37 (14.84% from 255) = 11.64%
R=67.30%
G=21.07%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214673700.690.830.1610.1770.5249.22
HexD643250455310a4731
Octal326103450105123201210761
Binary1101011010000111001010100010110100111000010101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64325; }

 p { color: rgb(214,67,37); }

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

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

 a { background-color: rgb(214,67,37); }

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

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

 span { border-color: rgb(214,67,37); }

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