Shades of Cinnabar #D34336
Tints of Cinnabar #D34336
RGB
CMYK
RGB Variations
Color information
#D34336 (or 0xD34336) is known color: Cinnabar. HEX triplet: D3, 43 and 36. RGB value is (211,67,54). Sum of RGB (Red+Green+Blue) = 211+67+54=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D34336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34336 is #2CBCC9. Grayscale: #6C6C6C. Windows color (decimal): -2931914 or 3556307. OLE color: 3556307.
HSL color Cylindrical-coordinate representation of color #D34336: hue angle of 4.97º 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 #D34336 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 54 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.17 |
| HSL | 4.97º | 0.64% | 0.52% | - |
| HSV(B) | 4.97º | 0.74% | 0.83% | - |
| XYZ | 29.54 | 18.13 | 5.43 | - |
| YUV | 108.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 54 | 0 | 0.68 | 0.74 | 0.17 | 4.97 | 0.64 | 0.52 |
| Hex | D3 | 43 | 36 | 0 | 44 | 4A | 11 | 5 | 40 | 34 |
| Octal | 323 | 103 | 66 | 0 | 104 | 112 | 21 | 5 | 100 | 64 |
| Binary | 11010011 | 1000011 | 110110 | 0 | 1000100 | 1001010 | 10001 | 101 | 1000000 | 110100 |
Color Harmonies of #D34336
Complementary color
Monochromatic Colors of #D34336
Black with #D34336
Text Example
Text Example
White with #D34336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34336; }
p { color: rgb(211,67,54); }
H1.HeaderClassName
{
color: #D34336;
}
.AnyTagClassName
{
color: #D34336;
}
</style>
background-color css
<style>
a { background-color: #D34336; }
a { background-color: rgb(211,67,54); }
div.DivClassName
{
background-color: #D34336;
}
.BgClassName
{
background-color: #D34336;
}
</style>
border-color css
<style>
span { border-color: #D34336; }
span { border-color: rgb(211,67,54); }
td.TdClassName
{
border-color: #D34336;
}
.TagClassName
{
border-color: #D34336;
}
</style>