Shades of Persian Red #C73425
Tints of Persian Red #C73425
RGB
CMYK
RGB Variations
Color information
#C73425 (or 0xC73425) is known color: Persian Red. HEX triplet: C7, 34 and 25. RGB value is (199,52,37). Sum of RGB (Red+Green+Blue) = 199+52+37=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C73425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73425 is #38CBDA. Grayscale: #5E5E5E. Windows color (decimal): -3722203 or 2438343. OLE color: 2438343.
HSL color Cylindrical-coordinate representation of color #C73425: hue angle of 5.56º 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 #C73425 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 37 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.22 |
| HSL | 5.56º | 0.69% | 0.46% | - |
| HSV(B) | 5.56º | 0.81% | 0.78% | - |
| XYZ | 25.12 | 14.73 | 3.27 | - |
| YUV | 94.24 | 95.7 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 37 | 0 | 0.74 | 0.81 | 0.22 | 5.56 | 0.69 | 0.46 |
| Hex | C7 | 34 | 25 | 0 | 4A | 51 | 16 | 6 | 45 | 2E |
| Octal | 307 | 64 | 45 | 0 | 112 | 121 | 26 | 6 | 105 | 56 |
| Binary | 11000111 | 110100 | 100101 | 0 | 1001010 | 1010001 | 10110 | 110 | 1000101 | 101110 |
Color Harmonies of #C73425
Complementary color
Monochromatic Colors of #C73425
Black with #C73425
Text Example
Text Example
White with #C73425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73425; }
p { color: rgb(199,52,37); }
H1.HeaderClassName
{
color: #C73425;
}
.AnyTagClassName
{
color: #C73425;
}
</style>
background-color css
<style>
a { background-color: #C73425; }
a { background-color: rgb(199,52,37); }
div.DivClassName
{
background-color: #C73425;
}
.BgClassName
{
background-color: #C73425;
}
</style>
border-color css
<style>
span { border-color: #C73425; }
span { border-color: rgb(199,52,37); }
td.TdClassName
{
border-color: #C73425;
}
.TagClassName
{
border-color: #C73425;
}
</style>