Shades of Cinnabar #D2473F
Tints of Cinnabar #D2473F
RGB
CMYK
RGB Variations
Color information
#D2473F (or 0xD2473F) is known color: Cinnabar. HEX triplet: D2, 47 and 3F. RGB value is (210,71,63). Sum of RGB (Red+Green+Blue) = 210+71+63=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D2473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2473F is #2DB8C0. Grayscale: #6F6F6F. Windows color (decimal): -2996417 or 4147154. OLE color: 4147154.
HSL color Cylindrical-coordinate representation of color #D2473F: hue angle of 3.27º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2473F is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 63 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.18 |
| HSL | 3.27º | 0.62% | 0.54% | - |
| HSV(B) | 3.27º | 0.7% | 0.82% | - |
| XYZ | 29.73 | 18.57 | 6.72 | - |
| YUV | 111.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 63 | 0 | 0.66 | 0.70 | 0.18 | 3.27 | 0.62 | 0.54 |
| Hex | D2 | 47 | 3F | 0 | 42 | 46 | 12 | 3 | 3E | 36 |
| Octal | 322 | 107 | 77 | 0 | 102 | 106 | 22 | 3 | 76 | 66 |
| Binary | 11010010 | 1000111 | 111111 | 0 | 1000010 | 1000110 | 10010 | 11 | 111110 | 110110 |
Color Harmonies of #D2473F
Complementary color
Monochromatic Colors of #D2473F
Black with #D2473F
Text Example
Text Example
White with #D2473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2473F; }
p { color: rgb(210,71,63); }
H1.HeaderClassName
{
color: #D2473F;
}
.AnyTagClassName
{
color: #D2473F;
}
</style>
background-color css
<style>
a { background-color: #D2473F; }
a { background-color: rgb(210,71,63); }
div.DivClassName
{
background-color: #D2473F;
}
.BgClassName
{
background-color: #D2473F;
}
</style>
border-color css
<style>
span { border-color: #D2473F; }
span { border-color: rgb(210,71,63); }
td.TdClassName
{
border-color: #D2473F;
}
.TagClassName
{
border-color: #D2473F;
}
</style>