Shades of Persian Red #D72E29
Tints of Persian Red #D72E29
RGB
CMYK
RGB Variations
Color information
#D72E29 (or 0xD72E29) is known color: Persian Red. HEX triplet: D7, 2E and 29. RGB value is (215,46,41). Sum of RGB (Red+Green+Blue) = 215+46+41=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E29 is #28D1D6. Grayscale: #606060. Windows color (decimal): -2675159 or 2698967. OLE color: 2698967.
HSL color Cylindrical-coordinate representation of color #D72E29: hue angle of 1.72º 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 #D72E29 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 41 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.16 |
| HSL | 1.72º | 0.69% | 0.5% | - |
| HSV(B) | 1.72º | 0.81% | 0.84% | - |
| XYZ | 29.4 | 16.56 | 3.74 | - |
| YUV | 95.96 | 96.99 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 41 | 0 | 0.79 | 0.81 | 0.16 | 1.72 | 0.69 | 0.5 |
| Hex | D7 | 2E | 29 | 0 | 4F | 51 | 10 | 2 | 45 | 32 |
| Octal | 327 | 56 | 51 | 0 | 117 | 121 | 20 | 2 | 105 | 62 |
| Binary | 11010111 | 101110 | 101001 | 0 | 1001111 | 1010001 | 10000 | 10 | 1000101 | 110010 |
Color Harmonies of #D72E29
Complementary color
Monochromatic Colors of #D72E29
Black with #D72E29
Text Example
Text Example
White with #D72E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72E29; }
p { color: rgb(215,46,41); }
H1.HeaderClassName
{
color: #D72E29;
}
.AnyTagClassName
{
color: #D72E29;
}
</style>
background-color css
<style>
a { background-color: #D72E29; }
a { background-color: rgb(215,46,41); }
div.DivClassName
{
background-color: #D72E29;
}
.BgClassName
{
background-color: #D72E29;
}
</style>
border-color css
<style>
span { border-color: #D72E29; }
span { border-color: rgb(215,46,41); }
td.TdClassName
{
border-color: #D72E29;
}
.TagClassName
{
border-color: #D72E29;
}
</style>