Shades of Cinnabar #D73C3A
Tints of Cinnabar #D73C3A
RGB
CMYK
RGB Variations
Color information
#D73C3A (or 0xD73C3A) is known color: Cinnabar. HEX triplet: D7, 3C and 3A. RGB value is (215,60,58). Sum of RGB (Red+Green+Blue) = 215+60+58=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C3A is #28C3C5. Grayscale: #6A6A6A. Windows color (decimal): -2671558 or 3816663. OLE color: 3816663.
HSL color Cylindrical-coordinate representation of color #D73C3A: hue angle of 0.76º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73C3A is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 58 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.16 |
| HSL | 0.76º | 0.66% | 0.54% | - |
| HSV(B) | 0.76º | 0.73% | 0.84% | - |
| XYZ | 30.4 | 17.98 | 5.87 | - |
| YUV | 106.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 58 | 0 | 0.72 | 0.73 | 0.16 | 0.76 | 0.66 | 0.54 |
| Hex | D7 | 3C | 3A | 0 | 48 | 49 | 10 | 1 | 42 | 36 |
| Octal | 327 | 74 | 72 | 0 | 110 | 111 | 20 | 1 | 102 | 66 |
| Binary | 11010111 | 111100 | 111010 | 0 | 1001000 | 1001001 | 10000 | 1 | 1000010 | 110110 |
Color Harmonies of #D73C3A
Complementary color
Monochromatic Colors of #D73C3A
Black with #D73C3A
Text Example
Text Example
White with #D73C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C3A; }
p { color: rgb(215,60,58); }
H1.HeaderClassName
{
color: #D73C3A;
}
.AnyTagClassName
{
color: #D73C3A;
}
</style>
background-color css
<style>
a { background-color: #D73C3A; }
a { background-color: rgb(215,60,58); }
div.DivClassName
{
background-color: #D73C3A;
}
.BgClassName
{
background-color: #D73C3A;
}
</style>
border-color css
<style>
span { border-color: #D73C3A; }
span { border-color: rgb(215,60,58); }
td.TdClassName
{
border-color: #D73C3A;
}
.TagClassName
{
border-color: #D73C3A;
}
</style>