Shades of Persian Red #D72A25
Tints of Persian Red #D72A25
RGB
CMYK
RGB Variations
Color information
#D72A25 (or 0xD72A25) is known color: Persian Red. HEX triplet: D7, 2A and 25. RGB value is (215,42,37). Sum of RGB (Red+Green+Blue) = 215+42+37=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A25 is #28D5DA. Grayscale: #5D5D5D. Windows color (decimal): -2676187 or 2435799. OLE color: 2435799.
HSL color Cylindrical-coordinate representation of color #D72A25: hue angle of 1.69º 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 #D72A25 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 37 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.16 |
| HSL | 1.69º | 0.71% | 0.49% | - |
| HSV(B) | 1.69º | 0.83% | 0.84% | - |
| XYZ | 29.19 | 16.24 | 3.35 | - |
| YUV | 93.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 37 | 0 | 0.80 | 0.83 | 0.16 | 1.69 | 0.71 | 0.49 |
| Hex | D7 | 2A | 25 | 0 | 50 | 53 | 10 | 2 | 47 | 31 |
| Octal | 327 | 52 | 45 | 0 | 120 | 123 | 20 | 2 | 107 | 61 |
| Binary | 11010111 | 101010 | 100101 | 0 | 1010000 | 1010011 | 10000 | 10 | 1000111 | 110001 |
Color Harmonies of #D72A25
Complementary color
Monochromatic Colors of #D72A25
Black with #D72A25
Text Example
Text Example
White with #D72A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A25; }
p { color: rgb(215,42,37); }
H1.HeaderClassName
{
color: #D72A25;
}
.AnyTagClassName
{
color: #D72A25;
}
</style>
background-color css
<style>
a { background-color: #D72A25; }
a { background-color: rgb(215,42,37); }
div.DivClassName
{
background-color: #D72A25;
}
.BgClassName
{
background-color: #D72A25;
}
</style>
border-color css
<style>
span { border-color: #D72A25; }
span { border-color: rgb(215,42,37); }
td.TdClassName
{
border-color: #D72A25;
}
.TagClassName
{
border-color: #D72A25;
}
</style>