#D64425

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

Shades of Cinnabar #D64425

Tints of Cinnabar #D64425

Color information

#D64425 (or 0xD64425) is unknown color: approx Cinnabar. HEX triplet: D6, 44 and 25. RGB value is (214,68,37). Sum of RGB (Red+Green+Blue) = 214+68+37=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D64425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64425 is #29BBDA. Grayscale: #6C6C6C. Windows color (decimal): -2735067 or 2442454. OLE color: 2442454.

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

Color convert

RGB2146837-
CMYK00.680.830.16
HSL10.51º70.52%49.22%-
HSV(B)10.51º82.71%83.92%-
XYZ30.1318.563.75-
YUV108.1287.87203.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 67.08%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 37 (14.84% from 255) = 11.60%
R=67.08%
G=21.32%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214683700.680.830.1610.5170.5249.22
HexD644250445310b4731
Octal326104450104123201310761
Binary1101011010001001001010100010010100111000010111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64425; }

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

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

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

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

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

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

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

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