#D34636

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

Shades of Cinnabar #D34636

Tints of Cinnabar #D34636

Color information

#D34636 (or 0xD34636) is unknown color: approx Cinnabar. HEX triplet: D3, 46 and 36. RGB value is (211,70,54). Sum of RGB (Red+Green+Blue) = 211+70+54=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D34636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34636 is #2CB9C9. Grayscale: #6E6E6E. Windows color (decimal): -2931146 or 3557075. OLE color: 3557075.

HSL color Cylindrical-coordinate representation of color #D34636: hue angle of 6.11º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D34636 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB2117054-
CMYK00.670.740.17
HSL6.11º64.08%51.96%-
HSV(B)6.11º74.41%82.75%-
XYZ29.7218.55.49-
YUV110.3496.21199.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.99%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 54 (21.48% from 255) = 16.12%
R=62.99%
G=20.90%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211705400.670.740.176.1164.0851.96
HexD346360434A1164034
Octal32310666010311221610064
Binary110100111000110110110010000111001010100011101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34636; }

 p { color: rgb(211,70,54); }

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

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

 a { background-color: rgb(211,70,54); }

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

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

 span { border-color: rgb(211,70,54); }

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