Shades of Cinnabar #D3442E
Tints of Cinnabar #D3442E
RGB
CMYK
RGB Variations
Color information
#D3442E (or 0xD3442E) is known color: Cinnabar. HEX triplet: D3, 44 and 2E. RGB value is (211,68,46). Sum of RGB (Red+Green+Blue) = 211+68+46=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3442E is #2CBBD1. Grayscale: #6C6C6C. Windows color (decimal): -2931666 or 3032275. OLE color: 3032275.
HSL color Cylindrical-coordinate representation of color #D3442E: hue angle of 8º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3442E is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 46 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.17 |
| HSL | 8º | 0.65% | 0.5% | - |
| HSV(B) | 8º | 0.78% | 0.83% | - |
| XYZ | 29.42 | 18.18 | 4.54 | - |
| YUV | 108.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 46 | 0 | 0.68 | 0.78 | 0.17 | 8 | 0.65 | 0.5 |
| Hex | D3 | 44 | 2E | 0 | 44 | 4E | 11 | 8 | 41 | 32 |
| Octal | 323 | 104 | 56 | 0 | 104 | 116 | 21 | 10 | 101 | 62 |
| Binary | 11010011 | 1000100 | 101110 | 0 | 1000100 | 1001110 | 10001 | 1000 | 1000001 | 110010 |
Color Harmonies of #D3442E
Complementary color
Monochromatic Colors of #D3442E
Black with #D3442E
Text Example
Text Example
White with #D3442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3442E; }
p { color: rgb(211,68,46); }
H1.HeaderClassName
{
color: #D3442E;
}
.AnyTagClassName
{
color: #D3442E;
}
</style>
background-color css
<style>
a { background-color: #D3442E; }
a { background-color: rgb(211,68,46); }
div.DivClassName
{
background-color: #D3442E;
}
.BgClassName
{
background-color: #D3442E;
}
</style>
border-color css
<style>
span { border-color: #D3442E; }
span { border-color: rgb(211,68,46); }
td.TdClassName
{
border-color: #D3442E;
}
.TagClassName
{
border-color: #D3442E;
}
</style>