Shades of Cinnabar #D3443E
Tints of Cinnabar #D3443E
RGB
CMYK
RGB Variations
Color information
#D3443E (or 0xD3443E) is known color: Cinnabar. HEX triplet: D3, 44 and 3E. RGB value is (211,68,62). Sum of RGB (Red+Green+Blue) = 211+68+62=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D3443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3443E is #2CBBC1. Grayscale: #6E6E6E. Windows color (decimal): -2931650 or 4080851. OLE color: 4080851.
HSL color Cylindrical-coordinate representation of color #D3443E: hue angle of 2.42º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3443E is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 62 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.17 |
| HSL | 2.42º | 0.63% | 0.54% | - |
| HSV(B) | 2.42º | 0.71% | 0.83% | - |
| XYZ | 29.8 | 18.33 | 6.52 | - |
| YUV | 110.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 62 | 0 | 0.68 | 0.71 | 0.17 | 2.42 | 0.63 | 0.54 |
| Hex | D3 | 44 | 3E | 0 | 44 | 47 | 11 | 2 | 3F | 36 |
| Octal | 323 | 104 | 76 | 0 | 104 | 107 | 21 | 2 | 77 | 66 |
| Binary | 11010011 | 1000100 | 111110 | 0 | 1000100 | 1000111 | 10001 | 10 | 111111 | 110110 |
Color Harmonies of #D3443E
Complementary color
Monochromatic Colors of #D3443E
Black with #D3443E
Text Example
Text Example
White with #D3443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3443E; }
p { color: rgb(211,68,62); }
H1.HeaderClassName
{
color: #D3443E;
}
.AnyTagClassName
{
color: #D3443E;
}
</style>
background-color css
<style>
a { background-color: #D3443E; }
a { background-color: rgb(211,68,62); }
div.DivClassName
{
background-color: #D3443E;
}
.BgClassName
{
background-color: #D3443E;
}
</style>
border-color css
<style>
span { border-color: #D3443E; }
span { border-color: rgb(211,68,62); }
td.TdClassName
{
border-color: #D3443E;
}
.TagClassName
{
border-color: #D3443E;
}
</style>