Shades of Cinnabar #D73A25
Tints of Cinnabar #D73A25
RGB
CMYK
RGB Variations
Color information
#D73A25 (or 0xD73A25) is known color: Cinnabar. HEX triplet: D7, 3A and 25. RGB value is (215,58,37). Sum of RGB (Red+Green+Blue) = 215+58+37=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73A25 is #28C5DA. Grayscale: #666666. Windows color (decimal): -2672091 or 2439895. OLE color: 2439895.
HSL color Cylindrical-coordinate representation of color #D73A25: hue angle of 7.08º 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 #D73A25 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 37 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.16 |
| HSL | 7.08º | 0.71% | 0.49% | - |
| HSV(B) | 7.08º | 0.83% | 0.84% | - |
| XYZ | 29.87 | 17.61 | 3.57 | - |
| YUV | 102.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 37 | 0 | 0.73 | 0.83 | 0.16 | 7.08 | 0.71 | 0.49 |
| Hex | D7 | 3A | 25 | 0 | 49 | 53 | 10 | 7 | 47 | 31 |
| Octal | 327 | 72 | 45 | 0 | 111 | 123 | 20 | 7 | 107 | 61 |
| Binary | 11010111 | 111010 | 100101 | 0 | 1001001 | 1010011 | 10000 | 111 | 1000111 | 110001 |
Color Harmonies of #D73A25
Complementary color
Monochromatic Colors of #D73A25
Black with #D73A25
Text Example
Text Example
White with #D73A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73A25; }
p { color: rgb(215,58,37); }
H1.HeaderClassName
{
color: #D73A25;
}
.AnyTagClassName
{
color: #D73A25;
}
</style>
background-color css
<style>
a { background-color: #D73A25; }
a { background-color: rgb(215,58,37); }
div.DivClassName
{
background-color: #D73A25;
}
.BgClassName
{
background-color: #D73A25;
}
</style>
border-color css
<style>
span { border-color: #D73A25; }
span { border-color: rgb(215,58,37); }
td.TdClassName
{
border-color: #D73A25;
}
.TagClassName
{
border-color: #D73A25;
}
</style>