Shades of Cinnabar #D4473B
Tints of Cinnabar #D4473B
RGB
CMYK
RGB Variations
Color information
#D4473B (or 0xD4473B) is known color: Cinnabar. HEX triplet: D4, 47 and 3B. RGB value is (212,71,59). Sum of RGB (Red+Green+Blue) = 212+71+59=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4473B is #2BB8C4. Grayscale: #6F6F6F. Windows color (decimal): -2865349 or 3885012. OLE color: 3885012.
HSL color Cylindrical-coordinate representation of color #D4473B: hue angle of 4.71º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4473B is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 59 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.17 |
| HSL | 4.71º | 0.64% | 0.53% | - |
| HSV(B) | 4.71º | 0.72% | 0.83% | - |
| XYZ | 30.19 | 18.82 | 6.18 | - |
| YUV | 111.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 59 | 0 | 0.67 | 0.72 | 0.17 | 4.71 | 0.64 | 0.53 |
| Hex | D4 | 47 | 3B | 0 | 43 | 48 | 11 | 5 | 40 | 35 |
| Octal | 324 | 107 | 73 | 0 | 103 | 110 | 21 | 5 | 100 | 65 |
| Binary | 11010100 | 1000111 | 111011 | 0 | 1000011 | 1001000 | 10001 | 101 | 1000000 | 110101 |
Color Harmonies of #D4473B
Complementary color
Monochromatic Colors of #D4473B
Black with #D4473B
Text Example
Text Example
White with #D4473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4473B; }
p { color: rgb(212,71,59); }
H1.HeaderClassName
{
color: #D4473B;
}
.AnyTagClassName
{
color: #D4473B;
}
</style>
background-color css
<style>
a { background-color: #D4473B; }
a { background-color: rgb(212,71,59); }
div.DivClassName
{
background-color: #D4473B;
}
.BgClassName
{
background-color: #D4473B;
}
</style>
border-color css
<style>
span { border-color: #D4473B; }
span { border-color: rgb(212,71,59); }
td.TdClassName
{
border-color: #D4473B;
}
.TagClassName
{
border-color: #D4473B;
}
</style>