Shades of Cinnabar #D34436
Tints of Cinnabar #D34436
RGB
CMYK
RGB Variations
Color information
#D34436 (or 0xD34436) is known color: Cinnabar. HEX triplet: D3, 44 and 36. RGB value is (211,68,54). Sum of RGB (Red+Green+Blue) = 211+68+54=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D34436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34436 is #2CBBC9. Grayscale: #6D6D6D. Windows color (decimal): -2931658 or 3556563. OLE color: 3556563.
HSL color Cylindrical-coordinate representation of color #D34436: hue angle of 5.35º 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 #D34436 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 54 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.17 |
| HSL | 5.35º | 0.64% | 0.52% | - |
| HSV(B) | 5.35º | 0.74% | 0.83% | - |
| XYZ | 29.6 | 18.25 | 5.45 | - |
| YUV | 109.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 54 | 0 | 0.68 | 0.74 | 0.17 | 5.35 | 0.64 | 0.52 |
| Hex | D3 | 44 | 36 | 0 | 44 | 4A | 11 | 5 | 40 | 34 |
| Octal | 323 | 104 | 66 | 0 | 104 | 112 | 21 | 5 | 100 | 64 |
| Binary | 11010011 | 1000100 | 110110 | 0 | 1000100 | 1001010 | 10001 | 101 | 1000000 | 110100 |
Color Harmonies of #D34436
Complementary color
Monochromatic Colors of #D34436
Black with #D34436
Text Example
Text Example
White with #D34436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34436; }
p { color: rgb(211,68,54); }
H1.HeaderClassName
{
color: #D34436;
}
.AnyTagClassName
{
color: #D34436;
}
</style>
background-color css
<style>
a { background-color: #D34436; }
a { background-color: rgb(211,68,54); }
div.DivClassName
{
background-color: #D34436;
}
.BgClassName
{
background-color: #D34436;
}
</style>
border-color css
<style>
span { border-color: #D34436; }
span { border-color: rgb(211,68,54); }
td.TdClassName
{
border-color: #D34436;
}
.TagClassName
{
border-color: #D34436;
}
</style>