Shades of Cinnabar #D3412B
Tints of Cinnabar #D3412B
RGB
CMYK
RGB Variations
Color information
#D3412B (or 0xD3412B) is known color: Cinnabar. HEX triplet: D3, 41 and 2B. RGB value is (211,65,43). Sum of RGB (Red+Green+Blue) = 211+65+43=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D3412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3412B is #2CBED4. Grayscale: #6A6A6A. Windows color (decimal): -2932437 or 2834899. OLE color: 2834899.
HSL color Cylindrical-coordinate representation of color #D3412B: hue angle of 7.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3412B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 43 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.17 |
| HSL | 7.86º | 0.66% | 0.5% | - |
| HSV(B) | 7.86º | 0.8% | 0.83% | - |
| XYZ | 29.19 | 17.8 | 4.18 | - |
| YUV | 106.15 | 92.37 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 43 | 0 | 0.69 | 0.80 | 0.17 | 7.86 | 0.66 | 0.5 |
| Hex | D3 | 41 | 2B | 0 | 45 | 50 | 11 | 8 | 42 | 32 |
| Octal | 323 | 101 | 53 | 0 | 105 | 120 | 21 | 10 | 102 | 62 |
| Binary | 11010011 | 1000001 | 101011 | 0 | 1000101 | 1010000 | 10001 | 1000 | 1000010 | 110010 |
Color Harmonies of #D3412B
Complementary color
Monochromatic Colors of #D3412B
Black with #D3412B
Text Example
Text Example
White with #D3412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3412B; }
p { color: rgb(211,65,43); }
H1.HeaderClassName
{
color: #D3412B;
}
.AnyTagClassName
{
color: #D3412B;
}
</style>
background-color css
<style>
a { background-color: #D3412B; }
a { background-color: rgb(211,65,43); }
div.DivClassName
{
background-color: #D3412B;
}
.BgClassName
{
background-color: #D3412B;
}
</style>
border-color css
<style>
span { border-color: #D3412B; }
span { border-color: rgb(211,65,43); }
td.TdClassName
{
border-color: #D3412B;
}
.TagClassName
{
border-color: #D3412B;
}
</style>