Shades of Persian Red #C73525
Tints of Persian Red #C73525
RGB
CMYK
RGB Variations
Color information
#C73525 (or 0xC73525) is known color: Persian Red. HEX triplet: C7, 35 and 25. RGB value is (199,53,37). Sum of RGB (Red+Green+Blue) = 199+53+37=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C73525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73525 is #38CADA. Grayscale: #5F5F5F. Windows color (decimal): -3721947 or 2438599. OLE color: 2438599.
HSL color Cylindrical-coordinate representation of color #C73525: hue angle of 5.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C73525 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 37 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.22 |
| HSL | 5.93º | 0.69% | 0.46% | - |
| HSV(B) | 5.93º | 0.81% | 0.78% | - |
| XYZ | 25.16 | 14.82 | 3.29 | - |
| YUV | 94.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 37 | 0 | 0.73 | 0.81 | 0.22 | 5.93 | 0.69 | 0.46 |
| Hex | C7 | 35 | 25 | 0 | 49 | 51 | 16 | 6 | 45 | 2E |
| Octal | 307 | 65 | 45 | 0 | 111 | 121 | 26 | 6 | 105 | 56 |
| Binary | 11000111 | 110101 | 100101 | 0 | 1001001 | 1010001 | 10110 | 110 | 1000101 | 101110 |
Color Harmonies of #C73525
Complementary color
Monochromatic Colors of #C73525
Black with #C73525
Text Example
Text Example
White with #C73525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73525; }
p { color: rgb(199,53,37); }
H1.HeaderClassName
{
color: #C73525;
}
.AnyTagClassName
{
color: #C73525;
}
</style>
background-color css
<style>
a { background-color: #C73525; }
a { background-color: rgb(199,53,37); }
div.DivClassName
{
background-color: #C73525;
}
.BgClassName
{
background-color: #C73525;
}
</style>
border-color css
<style>
span { border-color: #C73525; }
span { border-color: rgb(199,53,37); }
td.TdClassName
{
border-color: #C73525;
}
.TagClassName
{
border-color: #C73525;
}
</style>