Shades of Persian Red #D72D2C
Tints of Persian Red #D72D2C
RGB
CMYK
RGB Variations
Color information
#D72D2C (or 0xD72D2C) is known color: Persian Red. HEX triplet: D7, 2D and 2C. RGB value is (215,45,44). Sum of RGB (Red+Green+Blue) = 215+45+44=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D2C is #28D2D3. Grayscale: #5F5F5F. Windows color (decimal): -2675412 or 2895319. OLE color: 2895319.
HSL color Cylindrical-coordinate representation of color #D72D2C: hue angle of 0.35º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72D2C is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 44 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.16 |
| HSL | 0.35º | 0.68% | 0.51% | - |
| HSV(B) | 0.35º | 0.8% | 0.84% | - |
| XYZ | 29.42 | 16.51 | 4.02 | - |
| YUV | 95.72 | 98.82 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 44 | 0 | 0.79 | 0.80 | 0.16 | 0.35 | 0.68 | 0.51 |
| Hex | D7 | 2D | 2C | 0 | 4F | 50 | 10 | 0 | 44 | 33 |
| Octal | 327 | 55 | 54 | 0 | 117 | 120 | 20 | 0 | 104 | 63 |
| Binary | 11010111 | 101101 | 101100 | 0 | 1001111 | 1010000 | 10000 | 0 | 1000100 | 110011 |
Color Harmonies of #D72D2C
Complementary color
Monochromatic Colors of #D72D2C
Black with #D72D2C
Text Example
Text Example
White with #D72D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72D2C; }
p { color: rgb(215,45,44); }
H1.HeaderClassName
{
color: #D72D2C;
}
.AnyTagClassName
{
color: #D72D2C;
}
</style>
background-color css
<style>
a { background-color: #D72D2C; }
a { background-color: rgb(215,45,44); }
div.DivClassName
{
background-color: #D72D2C;
}
.BgClassName
{
background-color: #D72D2C;
}
</style>
border-color css
<style>
span { border-color: #D72D2C; }
span { border-color: rgb(215,45,44); }
td.TdClassName
{
border-color: #D72D2C;
}
.TagClassName
{
border-color: #D72D2C;
}
</style>