Shades of Cinnabar #D73E29
Tints of Cinnabar #D73E29
RGB
CMYK
RGB Variations
Color information
#D73E29 (or 0xD73E29) is known color: Cinnabar. HEX triplet: D7, 3E and 29. RGB value is (215,62,41). Sum of RGB (Red+Green+Blue) = 215+62+41=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73E29 is #28C1D6. Grayscale: #696969. Windows color (decimal): -2671063 or 2703063. OLE color: 2703063.
HSL color Cylindrical-coordinate representation of color #D73E29: hue angle of 7.24º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D73E29 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 41 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.16 |
| HSL | 7.24º | 0.69% | 0.5% | - |
| HSV(B) | 7.24º | 0.81% | 0.84% | - |
| XYZ | 30.15 | 18.05 | 3.99 | - |
| YUV | 105.35 | 91.69 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 41 | 0 | 0.71 | 0.81 | 0.16 | 7.24 | 0.69 | 0.5 |
| Hex | D7 | 3E | 29 | 0 | 47 | 51 | 10 | 7 | 45 | 32 |
| Octal | 327 | 76 | 51 | 0 | 107 | 121 | 20 | 7 | 105 | 62 |
| Binary | 11010111 | 111110 | 101001 | 0 | 1000111 | 1010001 | 10000 | 111 | 1000101 | 110010 |
Color Harmonies of #D73E29
Complementary color
Monochromatic Colors of #D73E29
Black with #D73E29
Text Example
Text Example
White with #D73E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73E29; }
p { color: rgb(215,62,41); }
H1.HeaderClassName
{
color: #D73E29;
}
.AnyTagClassName
{
color: #D73E29;
}
</style>
background-color css
<style>
a { background-color: #D73E29; }
a { background-color: rgb(215,62,41); }
div.DivClassName
{
background-color: #D73E29;
}
.BgClassName
{
background-color: #D73E29;
}
</style>
border-color css
<style>
span { border-color: #D73E29; }
span { border-color: rgb(215,62,41); }
td.TdClassName
{
border-color: #D73E29;
}
.TagClassName
{
border-color: #D73E29;
}
</style>