Shades of Cinnabar #D4473C
Tints of Cinnabar #D4473C
RGB
CMYK
RGB Variations
Color information
#D4473C (or 0xD4473C) is known color: Cinnabar. HEX triplet: D4, 47 and 3C. RGB value is (212,71,60). Sum of RGB (Red+Green+Blue) = 212+71+60=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4473C is #2BB8C3. Grayscale: #707070. Windows color (decimal): -2865348 or 3950548. OLE color: 3950548.
HSL color Cylindrical-coordinate representation of color #D4473C: hue angle of 4.34º 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 #D4473C is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 60 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.17 |
| HSL | 4.34º | 0.64% | 0.53% | - |
| HSV(B) | 4.34º | 0.72% | 0.83% | - |
| XYZ | 30.22 | 18.83 | 6.32 | - |
| YUV | 111.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 60 | 0 | 0.67 | 0.72 | 0.17 | 4.34 | 0.64 | 0.53 |
| Hex | D4 | 47 | 3C | 0 | 43 | 48 | 11 | 4 | 40 | 35 |
| Octal | 324 | 107 | 74 | 0 | 103 | 110 | 21 | 4 | 100 | 65 |
| Binary | 11010100 | 1000111 | 111100 | 0 | 1000011 | 1001000 | 10001 | 100 | 1000000 | 110101 |
Color Harmonies of #D4473C
Complementary color
Monochromatic Colors of #D4473C
Black with #D4473C
Text Example
Text Example
White with #D4473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4473C; }
p { color: rgb(212,71,60); }
H1.HeaderClassName
{
color: #D4473C;
}
.AnyTagClassName
{
color: #D4473C;
}
</style>
background-color css
<style>
a { background-color: #D4473C; }
a { background-color: rgb(212,71,60); }
div.DivClassName
{
background-color: #D4473C;
}
.BgClassName
{
background-color: #D4473C;
}
</style>
border-color css
<style>
span { border-color: #D4473C; }
span { border-color: rgb(212,71,60); }
td.TdClassName
{
border-color: #D4473C;
}
.TagClassName
{
border-color: #D4473C;
}
</style>