#D64124

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

Shades of Cinnabar #D64124

Tints of Cinnabar #D64124

Color information

#D64124 (or 0xD64124) is unknown color: approx Cinnabar. HEX triplet: D6, 41 and 24. RGB value is (214,65,36). Sum of RGB (Red+Green+Blue) = 214+65+36=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D64124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64124 is #29BEDB. Grayscale: #6A6A6A. Windows color (decimal): -2735836 or 2376150. OLE color: 2376150.

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

Color convert

RGB2146536-
CMYK00.700.830.16
HSL9.78º71.2%49.02%-
HSV(B)9.78º83.18%83.92%-
XYZ29.9418.23.6-
YUV106.2488.36204.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 67.94%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 36 (14.45% from 255) = 11.43%
R=67.94%
G=20.63%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214653600.700.830.169.7871.249.02
HexD641240465310a4731
Octal326101440106123201210761
Binary1101011010000011001000100011010100111000010101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64124; }

 p { color: rgb(214,65,36); }

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

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

 a { background-color: rgb(214,65,36); }

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

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

 span { border-color: rgb(214,65,36); }

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