Shades of Cinnabar #D73C35
Tints of Cinnabar #D73C35
RGB
CMYK
RGB Variations
Color information
#D73C35 (or 0xD73C35) is known color: Cinnabar. HEX triplet: D7, 3C and 35. RGB value is (215,60,53). Sum of RGB (Red+Green+Blue) = 215+60+53=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C35 is #28C3CA. Grayscale: #696969. Windows color (decimal): -2671563 or 3488983. OLE color: 3488983.
HSL color Cylindrical-coordinate representation of color #D73C35: hue angle of 2.59º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73C35 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 53 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.16 |
| HSL | 2.59º | 0.67% | 0.53% | - |
| HSV(B) | 2.59º | 0.75% | 0.84% | - |
| XYZ | 30.28 | 17.94 | 5.23 | - |
| YUV | 105.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 53 | 0 | 0.72 | 0.75 | 0.16 | 2.59 | 0.67 | 0.53 |
| Hex | D7 | 3C | 35 | 0 | 48 | 4B | 10 | 3 | 43 | 35 |
| Octal | 327 | 74 | 65 | 0 | 110 | 113 | 20 | 3 | 103 | 65 |
| Binary | 11010111 | 111100 | 110101 | 0 | 1001000 | 1001011 | 10000 | 11 | 1000011 | 110101 |
Color Harmonies of #D73C35
Complementary color
Monochromatic Colors of #D73C35
Black with #D73C35
Text Example
Text Example
White with #D73C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C35; }
p { color: rgb(215,60,53); }
H1.HeaderClassName
{
color: #D73C35;
}
.AnyTagClassName
{
color: #D73C35;
}
</style>
background-color css
<style>
a { background-color: #D73C35; }
a { background-color: rgb(215,60,53); }
div.DivClassName
{
background-color: #D73C35;
}
.BgClassName
{
background-color: #D73C35;
}
</style>
border-color css
<style>
span { border-color: #D73C35; }
span { border-color: rgb(215,60,53); }
td.TdClassName
{
border-color: #D73C35;
}
.TagClassName
{
border-color: #D73C35;
}
</style>