Shades of Cinnabar #D3443F
Tints of Cinnabar #D3443F
RGB
CMYK
RGB Variations
Color information
#D3443F (or 0xD3443F) is known color: Cinnabar. HEX triplet: D3, 44 and 3F. RGB value is (211,68,63). Sum of RGB (Red+Green+Blue) = 211+68+63=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D3443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3443F is #2CBBC0. Grayscale: #6E6E6E. Windows color (decimal): -2931649 or 4146387. OLE color: 4146387.
HSL color Cylindrical-coordinate representation of color #D3443F: hue angle of 2.03º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3443F is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 63 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.17 |
| HSL | 2.03º | 0.63% | 0.54% | - |
| HSV(B) | 2.03º | 0.7% | 0.83% | - |
| XYZ | 29.83 | 18.34 | 6.67 | - |
| YUV | 110.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 63 | 0 | 0.68 | 0.70 | 0.17 | 2.03 | 0.63 | 0.54 |
| Hex | D3 | 44 | 3F | 0 | 44 | 46 | 11 | 2 | 3F | 36 |
| Octal | 323 | 104 | 77 | 0 | 104 | 106 | 21 | 2 | 77 | 66 |
| Binary | 11010011 | 1000100 | 111111 | 0 | 1000100 | 1000110 | 10001 | 10 | 111111 | 110110 |
Color Harmonies of #D3443F
Complementary color
Monochromatic Colors of #D3443F
Black with #D3443F
Text Example
Text Example
White with #D3443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3443F; }
p { color: rgb(211,68,63); }
H1.HeaderClassName
{
color: #D3443F;
}
.AnyTagClassName
{
color: #D3443F;
}
</style>
background-color css
<style>
a { background-color: #D3443F; }
a { background-color: rgb(211,68,63); }
div.DivClassName
{
background-color: #D3443F;
}
.BgClassName
{
background-color: #D3443F;
}
</style>
border-color css
<style>
span { border-color: #D3443F; }
span { border-color: rgb(211,68,63); }
td.TdClassName
{
border-color: #D3443F;
}
.TagClassName
{
border-color: #D3443F;
}
</style>