#D34736

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

Shades of Cinnabar #D34736

Tints of Cinnabar #D34736

Color information

#D34736 (or 0xD34736) is unknown color: approx Cinnabar. HEX triplet: D3, 47 and 36. RGB value is (211,71,54). Sum of RGB (Red+Green+Blue) = 211+71+54=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D34736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34736 is #2CB8C9. Grayscale: #6F6F6F. Windows color (decimal): -2930890 or 3557331. OLE color: 3557331.

HSL color Cylindrical-coordinate representation of color #D34736: hue angle of 6.5º 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 #D34736 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB2117154-
CMYK00.660.740.17
HSL6.5º64.08%51.96%-
HSV(B)6.5º74.41%82.75%-
XYZ29.7818.625.51-
YUV110.9295.88199.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.80%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 54 (21.48% from 255) = 16.07%
R=62.80%
G=21.13%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211715400.660.740.176.564.0851.96
HexD347360424A1164034
Octal32310766010211221610064
Binary110100111000111110110010000101001010100011101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34736; }

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

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

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

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

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

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

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

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