Shades of Cinnabar #D73B25
Tints of Cinnabar #D73B25
RGB
CMYK
RGB Variations
Color information
#D73B25 (or 0xD73B25) is known color: Cinnabar. HEX triplet: D7, 3B and 25. RGB value is (215,59,37). Sum of RGB (Red+Green+Blue) = 215+59+37=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B25 is #28C4DA. Grayscale: #676767. Windows color (decimal): -2671835 or 2440151. OLE color: 2440151.
HSL color Cylindrical-coordinate representation of color #D73B25: hue angle of 7.42º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D73B25 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 37 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.16 |
| HSL | 7.42º | 0.71% | 0.49% | - |
| HSV(B) | 7.42º | 0.83% | 0.84% | - |
| XYZ | 29.92 | 17.71 | 3.59 | - |
| YUV | 103.14 | 90.68 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 37 | 0 | 0.73 | 0.83 | 0.16 | 7.42 | 0.71 | 0.49 |
| Hex | D7 | 3B | 25 | 0 | 49 | 53 | 10 | 7 | 47 | 31 |
| Octal | 327 | 73 | 45 | 0 | 111 | 123 | 20 | 7 | 107 | 61 |
| Binary | 11010111 | 111011 | 100101 | 0 | 1001001 | 1010011 | 10000 | 111 | 1000111 | 110001 |
Color Harmonies of #D73B25
Complementary color
Monochromatic Colors of #D73B25
Black with #D73B25
Text Example
Text Example
White with #D73B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73B25; }
p { color: rgb(215,59,37); }
H1.HeaderClassName
{
color: #D73B25;
}
.AnyTagClassName
{
color: #D73B25;
}
</style>
background-color css
<style>
a { background-color: #D73B25; }
a { background-color: rgb(215,59,37); }
div.DivClassName
{
background-color: #D73B25;
}
.BgClassName
{
background-color: #D73B25;
}
</style>
border-color css
<style>
span { border-color: #D73B25; }
span { border-color: rgb(215,59,37); }
td.TdClassName
{
border-color: #D73B25;
}
.TagClassName
{
border-color: #D73B25;
}
</style>