Shades of Cinnabar #D34740
Tints of Cinnabar #D34740
RGB
CMYK
RGB Variations
Color information
#D34740 (or 0xD34740) is known color: Cinnabar. HEX triplet: D3, 47 and 40. RGB value is (211,71,64). Sum of RGB (Red+Green+Blue) = 211+71+64=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D34740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34740 is #2CB8BF. Grayscale: #707070. Windows color (decimal): -2930880 or 4212691. OLE color: 4212691.
HSL color Cylindrical-coordinate representation of color #D34740: hue angle of 2.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34740 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 64 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.17 |
| HSL | 2.86º | 0.63% | 0.54% | - |
| HSV(B) | 2.86º | 0.7% | 0.83% | - |
| XYZ | 30.04 | 18.73 | 6.88 | - |
| YUV | 112.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 64 | 0 | 0.66 | 0.70 | 0.17 | 2.86 | 0.63 | 0.54 |
| Hex | D3 | 47 | 40 | 0 | 42 | 46 | 11 | 3 | 3F | 36 |
| Octal | 323 | 107 | 100 | 0 | 102 | 106 | 21 | 3 | 77 | 66 |
| Binary | 11010011 | 1000111 | 1000000 | 0 | 1000010 | 1000110 | 10001 | 11 | 111111 | 110110 |
Color Harmonies of #D34740
Complementary color
Monochromatic Colors of #D34740
Black with #D34740
Text Example
Text Example
White with #D34740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34740; }
p { color: rgb(211,71,64); }
H1.HeaderClassName
{
color: #D34740;
}
.AnyTagClassName
{
color: #D34740;
}
</style>
background-color css
<style>
a { background-color: #D34740; }
a { background-color: rgb(211,71,64); }
div.DivClassName
{
background-color: #D34740;
}
.BgClassName
{
background-color: #D34740;
}
</style>
border-color css
<style>
span { border-color: #D34740; }
span { border-color: rgb(211,71,64); }
td.TdClassName
{
border-color: #D34740;
}
.TagClassName
{
border-color: #D34740;
}
</style>