Shades of Cinnabar #D73C36
Tints of Cinnabar #D73C36
RGB
CMYK
RGB Variations
Color information
#D73C36 (or 0xD73C36) is known color: Cinnabar. HEX triplet: D7, 3C and 36. RGB value is (215,60,54). Sum of RGB (Red+Green+Blue) = 215+60+54=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C36 is #28C3C9. Grayscale: #696969. Windows color (decimal): -2671562 or 3554519. OLE color: 3554519.
HSL color Cylindrical-coordinate representation of color #D73C36: hue angle of 2.24º 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 #D73C36 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 54 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.16 |
| HSL | 2.24º | 0.67% | 0.53% | - |
| HSV(B) | 2.24º | 0.75% | 0.84% | - |
| XYZ | 30.31 | 17.95 | 5.36 | - |
| YUV | 105.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 54 | 0 | 0.72 | 0.75 | 0.16 | 2.24 | 0.67 | 0.53 |
| Hex | D7 | 3C | 36 | 0 | 48 | 4B | 10 | 2 | 43 | 35 |
| Octal | 327 | 74 | 66 | 0 | 110 | 113 | 20 | 2 | 103 | 65 |
| Binary | 11010111 | 111100 | 110110 | 0 | 1001000 | 1001011 | 10000 | 10 | 1000011 | 110101 |
Color Harmonies of #D73C36
Complementary color
Monochromatic Colors of #D73C36
Black with #D73C36
Text Example
Text Example
White with #D73C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C36; }
p { color: rgb(215,60,54); }
H1.HeaderClassName
{
color: #D73C36;
}
.AnyTagClassName
{
color: #D73C36;
}
</style>
background-color css
<style>
a { background-color: #D73C36; }
a { background-color: rgb(215,60,54); }
div.DivClassName
{
background-color: #D73C36;
}
.BgClassName
{
background-color: #D73C36;
}
</style>
border-color css
<style>
span { border-color: #D73C36; }
span { border-color: rgb(215,60,54); }
td.TdClassName
{
border-color: #D73C36;
}
.TagClassName
{
border-color: #D73C36;
}
</style>