Shades of Cinnabar #D73F2E
Tints of Cinnabar #D73F2E
RGB
CMYK
RGB Variations
Color information
#D73F2E (or 0xD73F2E) is known color: Cinnabar. HEX triplet: D7, 3F and 2E. RGB value is (215,63,46). Sum of RGB (Red+Green+Blue) = 215+63+46=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F2E is #28C0D1. Grayscale: #6A6A6A. Windows color (decimal): -2670802 or 3030999. OLE color: 3030999.
HSL color Cylindrical-coordinate representation of color #D73F2E: hue angle of 6.04º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D73F2E is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 46 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.16 |
| HSL | 6.04º | 0.68% | 0.51% | - |
| HSV(B) | 6.04º | 0.79% | 0.84% | - |
| XYZ | 30.29 | 18.2 | 4.5 | - |
| YUV | 106.51 | 93.86 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 46 | 0 | 0.71 | 0.79 | 0.16 | 6.04 | 0.68 | 0.51 |
| Hex | D7 | 3F | 2E | 0 | 47 | 4F | 10 | 6 | 44 | 33 |
| Octal | 327 | 77 | 56 | 0 | 107 | 117 | 20 | 6 | 104 | 63 |
| Binary | 11010111 | 111111 | 101110 | 0 | 1000111 | 1001111 | 10000 | 110 | 1000100 | 110011 |
Color Harmonies of #D73F2E
Complementary color
Monochromatic Colors of #D73F2E
Black with #D73F2E
Text Example
Text Example
White with #D73F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F2E; }
p { color: rgb(215,63,46); }
H1.HeaderClassName
{
color: #D73F2E;
}
.AnyTagClassName
{
color: #D73F2E;
}
</style>
background-color css
<style>
a { background-color: #D73F2E; }
a { background-color: rgb(215,63,46); }
div.DivClassName
{
background-color: #D73F2E;
}
.BgClassName
{
background-color: #D73F2E;
}
</style>
border-color css
<style>
span { border-color: #D73F2E; }
span { border-color: rgb(215,63,46); }
td.TdClassName
{
border-color: #D73F2E;
}
.TagClassName
{
border-color: #D73F2E;
}
</style>