Shades of Cinnabar #D1453E
Tints of Cinnabar #D1453E
RGB
CMYK
RGB Variations
Color information
#D1453E (or 0xD1453E) is known color: Cinnabar. HEX triplet: D1, 45 and 3E. RGB value is (209,69,62). Sum of RGB (Red+Green+Blue) = 209+69+62=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1453E is #2EBAC1. Grayscale: #6E6E6E. Windows color (decimal): -3062466 or 4081105. OLE color: 4081105.
HSL color Cylindrical-coordinate representation of color #D1453E: hue angle of 2.86º 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 #D1453E is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 62 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.18 |
| HSL | 2.86º | 0.62% | 0.53% | - |
| HSV(B) | 2.86º | 0.7% | 0.82% | - |
| XYZ | 29.29 | 18.16 | 6.52 | - |
| YUV | 110.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 62 | 0 | 0.67 | 0.70 | 0.18 | 2.86 | 0.62 | 0.53 |
| Hex | D1 | 45 | 3E | 0 | 43 | 46 | 12 | 3 | 3E | 35 |
| Octal | 321 | 105 | 76 | 0 | 103 | 106 | 22 | 3 | 76 | 65 |
| Binary | 11010001 | 1000101 | 111110 | 0 | 1000011 | 1000110 | 10010 | 11 | 111110 | 110101 |
Color Harmonies of #D1453E
Complementary color
Monochromatic Colors of #D1453E
Black with #D1453E
Text Example
Text Example
White with #D1453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1453E; }
p { color: rgb(209,69,62); }
H1.HeaderClassName
{
color: #D1453E;
}
.AnyTagClassName
{
color: #D1453E;
}
</style>
background-color css
<style>
a { background-color: #D1453E; }
a { background-color: rgb(209,69,62); }
div.DivClassName
{
background-color: #D1453E;
}
.BgClassName
{
background-color: #D1453E;
}
</style>
border-color css
<style>
span { border-color: #D1453E; }
span { border-color: rgb(209,69,62); }
td.TdClassName
{
border-color: #D1453E;
}
.TagClassName
{
border-color: #D1453E;
}
</style>