#D64335

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

Shades of Cinnabar #D64335

Tints of Cinnabar #D64335

Color information

#D64335 (or 0xD64335) is unknown color: approx Cinnabar. HEX triplet: D6, 43 and 35. RGB value is (214,67,53). Sum of RGB (Red+Green+Blue) = 214+67+53=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D64335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64335 is #29BCCA. Grayscale: #6D6D6D. Windows color (decimal): -2735307 or 3490774. OLE color: 3490774.

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

Color convert

RGB2146753-
CMYK00.690.750.16
HSL5.22º66.26%52.35%-
HSV(B)5.22º75.23%83.92%-
XYZ30.3818.575.35-
YUV109.3696.2202.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.07%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=64.07%
G=20.06%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214675300.690.750.165.2266.2652.35
HexD643350454B1054234
Octal32610365010511320510264
Binary110101101000011110101010001011001011100001011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64335; }

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

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

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

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

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

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

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

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