Shades of Persian Red #D72C23
Tints of Persian Red #D72C23
RGB
CMYK
RGB Variations
Color information
#D72C23 (or 0xD72C23) is known color: Persian Red. HEX triplet: D7, 2C and 23. RGB value is (215,44,35). Sum of RGB (Red+Green+Blue) = 215+44+35=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C23 is #28D3DC. Grayscale: #5E5E5E. Windows color (decimal): -2675677 or 2305239. OLE color: 2305239.
HSL color Cylindrical-coordinate representation of color #D72C23: hue angle of 3º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D72C23 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 35 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.16 |
| HSL | 3º | 0.72% | 0.49% | - |
| HSV(B) | 3º | 0.84% | 0.84% | - |
| XYZ | 29.23 | 16.37 | 3.21 | - |
| YUV | 94.1 | 94.65 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 35 | 0 | 0.80 | 0.84 | 0.16 | 3 | 0.72 | 0.49 |
| Hex | D7 | 2C | 23 | 0 | 50 | 54 | 10 | 3 | 48 | 31 |
| Octal | 327 | 54 | 43 | 0 | 120 | 124 | 20 | 3 | 110 | 61 |
| Binary | 11010111 | 101100 | 100011 | 0 | 1010000 | 1010100 | 10000 | 11 | 1001000 | 110001 |
Color Harmonies of #D72C23
Complementary color
Monochromatic Colors of #D72C23
Black with #D72C23
Text Example
Text Example
White with #D72C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C23; }
p { color: rgb(215,44,35); }
H1.HeaderClassName
{
color: #D72C23;
}
.AnyTagClassName
{
color: #D72C23;
}
</style>
background-color css
<style>
a { background-color: #D72C23; }
a { background-color: rgb(215,44,35); }
div.DivClassName
{
background-color: #D72C23;
}
.BgClassName
{
background-color: #D72C23;
}
</style>
border-color css
<style>
span { border-color: #D72C23; }
span { border-color: rgb(215,44,35); }
td.TdClassName
{
border-color: #D72C23;
}
.TagClassName
{
border-color: #D72C23;
}
</style>