Shades of Persian Red #D72B2A
Tints of Persian Red #D72B2A
RGB
CMYK
RGB Variations
Color information
#D72B2A (or 0xD72B2A) is known color: Persian Red. HEX triplet: D7, 2B and 2A. RGB value is (215,43,42). Sum of RGB (Red+Green+Blue) = 215+43+42=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72B2A is #28D4D5. Grayscale: #5E5E5E. Windows color (decimal): -2675926 or 2763735. OLE color: 2763735.
HSL color Cylindrical-coordinate representation of color #D72B2A: hue angle of 0.35º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72B2A is Cyan = 0, Magento = 0.8, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 42 | - |
| CMYK | 0 | 0.8 | 0.80 | 0.16 |
| HSL | 0.35º | 0.68% | 0.5% | - |
| HSV(B) | 0.35º | 0.8% | 0.84% | - |
| XYZ | 29.31 | 16.34 | 3.8 | - |
| YUV | 94.31 | 98.48 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 42 | 0 | 0.8 | 0.80 | 0.16 | 0.35 | 0.68 | 0.5 |
| Hex | D7 | 2B | 2A | 0 | 50 | 50 | 10 | 0 | 44 | 32 |
| Octal | 327 | 53 | 52 | 0 | 120 | 120 | 20 | 0 | 104 | 62 |
| Binary | 11010111 | 101011 | 101010 | 0 | 1010000 | 1010000 | 10000 | 0 | 1000100 | 110010 |
Color Harmonies of #D72B2A
Complementary color
Monochromatic Colors of #D72B2A
Black with #D72B2A
Text Example
Text Example
White with #D72B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72B2A; }
p { color: rgb(215,43,42); }
H1.HeaderClassName
{
color: #D72B2A;
}
.AnyTagClassName
{
color: #D72B2A;
}
</style>
background-color css
<style>
a { background-color: #D72B2A; }
a { background-color: rgb(215,43,42); }
div.DivClassName
{
background-color: #D72B2A;
}
.BgClassName
{
background-color: #D72B2A;
}
</style>
border-color css
<style>
span { border-color: #D72B2A; }
span { border-color: rgb(215,43,42); }
td.TdClassName
{
border-color: #D72B2A;
}
.TagClassName
{
border-color: #D72B2A;
}
</style>