Shades of Cinnabar #D1443E
Tints of Cinnabar #D1443E
RGB
CMYK
RGB Variations
Color information
#D1443E (or 0xD1443E) is known color: Cinnabar. HEX triplet: D1, 44 and 3E. RGB value is (209,68,62). Sum of RGB (Red+Green+Blue) = 209+68+62=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1443E is #2EBBC1. Grayscale: #6D6D6D. Windows color (decimal): -3062722 or 4080849. OLE color: 4080849.
HSL color Cylindrical-coordinate representation of color #D1443E: hue angle of 2.45º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1443E is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 62 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.18 |
| HSL | 2.45º | 0.62% | 0.53% | - |
| HSV(B) | 2.45º | 0.7% | 0.82% | - |
| XYZ | 29.23 | 18.04 | 6.5 | - |
| YUV | 109.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 62 | 0 | 0.67 | 0.70 | 0.18 | 2.45 | 0.62 | 0.53 |
| Hex | D1 | 44 | 3E | 0 | 43 | 46 | 12 | 2 | 3E | 35 |
| Octal | 321 | 104 | 76 | 0 | 103 | 106 | 22 | 2 | 76 | 65 |
| Binary | 11010001 | 1000100 | 111110 | 0 | 1000011 | 1000110 | 10010 | 10 | 111110 | 110101 |
Color Harmonies of #D1443E
Complementary color
Monochromatic Colors of #D1443E
Black with #D1443E
Text Example
Text Example
White with #D1443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1443E; }
p { color: rgb(209,68,62); }
H1.HeaderClassName
{
color: #D1443E;
}
.AnyTagClassName
{
color: #D1443E;
}
</style>
background-color css
<style>
a { background-color: #D1443E; }
a { background-color: rgb(209,68,62); }
div.DivClassName
{
background-color: #D1443E;
}
.BgClassName
{
background-color: #D1443E;
}
</style>
border-color css
<style>
span { border-color: #D1443E; }
span { border-color: rgb(209,68,62); }
td.TdClassName
{
border-color: #D1443E;
}
.TagClassName
{
border-color: #D1443E;
}
</style>