#D64339

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

Shades of Cinnabar #D64339

Tints of Cinnabar #D64339

Color information

#D64339 (or 0xD64339) is unknown color: approx Cinnabar. HEX triplet: D6, 43 and 39. RGB value is (214,67,57). Sum of RGB (Red+Green+Blue) = 214+67+57=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D64339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64339 is #29BCC6. Grayscale: #6E6E6E. Windows color (decimal): -2735303 or 3752918. OLE color: 3752918.

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

Color convert

RGB2146757-
CMYK00.690.730.16
HSL3.82º65.69%53.14%-
HSV(B)3.82º73.36%83.92%-
XYZ30.4818.615.86-
YUV109.8198.2202.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.31%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 57 (22.66% from 255) = 16.86%
R=63.31%
G=19.82%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214675700.690.730.163.8265.6953.14
HexD64339045491044235
Octal32610371010511120410265
Binary110101101000011111001010001011001001100001001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64339; }

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

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

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

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

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

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

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

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