#D64225

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

Shades of Cinnabar #D64225

Tints of Cinnabar #D64225

Color information

#D64225 (or 0xD64225) is unknown color: approx Cinnabar. HEX triplet: D6, 42 and 25. RGB value is (214,66,37). Sum of RGB (Red+Green+Blue) = 214+66+37=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D64225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64225 is #29BDDA. Grayscale: #6B6B6B. Windows color (decimal): -2735579 or 2441942. OLE color: 2441942.

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

Color convert

RGB2146637-
CMYK00.690.830.16
HSL9.83º70.52%49.22%-
HSV(B)9.83º82.71%83.92%-
XYZ30.0118.333.71-
YUV106.9588.53204.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 67.51%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=67.51%
G=20.82%
B=11.67%

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
Decimal214663700.690.830.169.8370.5249.22
HexD642250455310a4731
Octal326102450105123201210761
Binary1101011010000101001010100010110100111000010101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64225; }

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

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

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

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

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

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

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

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