Shades of Cinnabar #D73C2F
Tints of Cinnabar #D73C2F
RGB
CMYK
RGB Variations
Color information
#D73C2F (or 0xD73C2F) is known color: Cinnabar. HEX triplet: D7, 3C and 2F. RGB value is (215,60,47). Sum of RGB (Red+Green+Blue) = 215+60+47=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C2F is #28C3D0. Grayscale: #696969. Windows color (decimal): -2671569 or 3095767. OLE color: 3095767.
HSL color Cylindrical-coordinate representation of color #D73C2F: hue angle of 4.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D73C2F is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 47 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.16 |
| HSL | 4.64º | 0.68% | 0.51% | - |
| HSV(B) | 4.64º | 0.78% | 0.84% | - |
| XYZ | 30.15 | 17.88 | 4.55 | - |
| YUV | 104.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 47 | 0 | 0.72 | 0.78 | 0.16 | 4.64 | 0.68 | 0.51 |
| Hex | D7 | 3C | 2F | 0 | 48 | 4E | 10 | 5 | 44 | 33 |
| Octal | 327 | 74 | 57 | 0 | 110 | 116 | 20 | 5 | 104 | 63 |
| Binary | 11010111 | 111100 | 101111 | 0 | 1001000 | 1001110 | 10000 | 101 | 1000100 | 110011 |
Color Harmonies of #D73C2F
Complementary color
Monochromatic Colors of #D73C2F
Black with #D73C2F
Text Example
Text Example
White with #D73C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C2F; }
p { color: rgb(215,60,47); }
H1.HeaderClassName
{
color: #D73C2F;
}
.AnyTagClassName
{
color: #D73C2F;
}
</style>
background-color css
<style>
a { background-color: #D73C2F; }
a { background-color: rgb(215,60,47); }
div.DivClassName
{
background-color: #D73C2F;
}
.BgClassName
{
background-color: #D73C2F;
}
</style>
border-color css
<style>
span { border-color: #D73C2F; }
span { border-color: rgb(215,60,47); }
td.TdClassName
{
border-color: #D73C2F;
}
.TagClassName
{
border-color: #D73C2F;
}
</style>