Shades of Cinnabar #D3422D
Tints of Cinnabar #D3422D
RGB
CMYK
RGB Variations
Color information
#D3422D (or 0xD3422D) is known color: Cinnabar. HEX triplet: D3, 42 and 2D. RGB value is (211,66,45). Sum of RGB (Red+Green+Blue) = 211+66+45=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D3422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3422D is #2CBDD2. Grayscale: #6B6B6B. Windows color (decimal): -2932179 or 2966227. OLE color: 2966227.
HSL color Cylindrical-coordinate representation of color #D3422D: hue angle of 7.59º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3422D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 45 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.17 |
| HSL | 7.59º | 0.65% | 0.5% | - |
| HSV(B) | 7.59º | 0.79% | 0.83% | - |
| XYZ | 29.29 | 17.93 | 4.4 | - |
| YUV | 106.96 | 93.04 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 45 | 0 | 0.69 | 0.79 | 0.17 | 7.59 | 0.65 | 0.5 |
| Hex | D3 | 42 | 2D | 0 | 45 | 4F | 11 | 8 | 41 | 32 |
| Octal | 323 | 102 | 55 | 0 | 105 | 117 | 21 | 10 | 101 | 62 |
| Binary | 11010011 | 1000010 | 101101 | 0 | 1000101 | 1001111 | 10001 | 1000 | 1000001 | 110010 |
Color Harmonies of #D3422D
Complementary color
Monochromatic Colors of #D3422D
Black with #D3422D
Text Example
Text Example
White with #D3422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3422D; }
p { color: rgb(211,66,45); }
H1.HeaderClassName
{
color: #D3422D;
}
.AnyTagClassName
{
color: #D3422D;
}
</style>
background-color css
<style>
a { background-color: #D3422D; }
a { background-color: rgb(211,66,45); }
div.DivClassName
{
background-color: #D3422D;
}
.BgClassName
{
background-color: #D3422D;
}
</style>
border-color css
<style>
span { border-color: #D3422D; }
span { border-color: rgb(211,66,45); }
td.TdClassName
{
border-color: #D3422D;
}
.TagClassName
{
border-color: #D3422D;
}
</style>