Shades of Cinnabar #D34229
Tints of Cinnabar #D34229
RGB
CMYK
RGB Variations
Color information
#D34229 (or 0xD34229) is known color: Cinnabar. HEX triplet: D3, 42 and 29. RGB value is (211,66,41). Sum of RGB (Red+Green+Blue) = 211+66+41=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D34229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34229 is #2CBDD6. Grayscale: #6A6A6A. Windows color (decimal): -2932183 or 2704083. OLE color: 2704083.
HSL color Cylindrical-coordinate representation of color #D34229: hue angle of 8.82º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D34229 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 41 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.17 |
| HSL | 8.82º | 0.67% | 0.49% | - |
| HSV(B) | 8.82º | 0.81% | 0.83% | - |
| XYZ | 29.21 | 17.91 | 4.01 | - |
| YUV | 106.51 | 91.04 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 41 | 0 | 0.69 | 0.81 | 0.17 | 8.82 | 0.67 | 0.49 |
| Hex | D3 | 42 | 29 | 0 | 45 | 51 | 11 | 9 | 43 | 31 |
| Octal | 323 | 102 | 51 | 0 | 105 | 121 | 21 | 11 | 103 | 61 |
| Binary | 11010011 | 1000010 | 101001 | 0 | 1000101 | 1010001 | 10001 | 1001 | 1000011 | 110001 |
Color Harmonies of #D34229
Complementary color
Monochromatic Colors of #D34229
Black with #D34229
Text Example
Text Example
White with #D34229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34229; }
p { color: rgb(211,66,41); }
H1.HeaderClassName
{
color: #D34229;
}
.AnyTagClassName
{
color: #D34229;
}
</style>
background-color css
<style>
a { background-color: #D34229; }
a { background-color: rgb(211,66,41); }
div.DivClassName
{
background-color: #D34229;
}
.BgClassName
{
background-color: #D34229;
}
</style>
border-color css
<style>
span { border-color: #D34229; }
span { border-color: rgb(211,66,41); }
td.TdClassName
{
border-color: #D34229;
}
.TagClassName
{
border-color: #D34229;
}
</style>