Shades of Cinnabar #D73D25
Tints of Cinnabar #D73D25
RGB
CMYK
RGB Variations
Color information
#D73D25 (or 0xD73D25) is known color: Cinnabar. HEX triplet: D7, 3D and 25. RGB value is (215,61,37). Sum of RGB (Red+Green+Blue) = 215+61+37=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D25 is #28C2DA. Grayscale: #686868. Windows color (decimal): -2671323 or 2440663. OLE color: 2440663.
HSL color Cylindrical-coordinate representation of color #D73D25: hue angle of 8.09º 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 #D73D25 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 37 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.16 |
| HSL | 8.09º | 0.71% | 0.49% | - |
| HSV(B) | 8.09º | 0.83% | 0.84% | - |
| XYZ | 30.03 | 17.92 | 3.63 | - |
| YUV | 104.31 | 90.02 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 37 | 0 | 0.72 | 0.83 | 0.16 | 8.09 | 0.71 | 0.49 |
| Hex | D7 | 3D | 25 | 0 | 48 | 53 | 10 | 8 | 47 | 31 |
| Octal | 327 | 75 | 45 | 0 | 110 | 123 | 20 | 10 | 107 | 61 |
| Binary | 11010111 | 111101 | 100101 | 0 | 1001000 | 1010011 | 10000 | 1000 | 1000111 | 110001 |
Color Harmonies of #D73D25
Complementary color
Monochromatic Colors of #D73D25
Black with #D73D25
Text Example
Text Example
White with #D73D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D25; }
p { color: rgb(215,61,37); }
H1.HeaderClassName
{
color: #D73D25;
}
.AnyTagClassName
{
color: #D73D25;
}
</style>
background-color css
<style>
a { background-color: #D73D25; }
a { background-color: rgb(215,61,37); }
div.DivClassName
{
background-color: #D73D25;
}
.BgClassName
{
background-color: #D73D25;
}
</style>
border-color css
<style>
span { border-color: #D73D25; }
span { border-color: rgb(215,61,37); }
td.TdClassName
{
border-color: #D73D25;
}
.TagClassName
{
border-color: #D73D25;
}
</style>