Shades of Persian Red #C73429
Tints of Persian Red #C73429
RGB
CMYK
RGB Variations
Color information
#C73429 (or 0xC73429) is known color: Persian Red. HEX triplet: C7, 34 and 29. RGB value is (199,52,41). Sum of RGB (Red+Green+Blue) = 199+52+41=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C73429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73429 is #38CBD6. Grayscale: #5E5E5E. Windows color (decimal): -3722199 or 2700487. OLE color: 2700487.
HSL color Cylindrical-coordinate representation of color #C73429: hue angle of 4.18º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C73429 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 41 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.22 |
| HSL | 4.18º | 0.66% | 0.47% | - |
| HSV(B) | 4.18º | 0.79% | 0.78% | - |
| XYZ | 25.18 | 14.76 | 3.62 | - |
| YUV | 94.7 | 97.7 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 41 | 0 | 0.74 | 0.79 | 0.22 | 4.18 | 0.66 | 0.47 |
| Hex | C7 | 34 | 29 | 0 | 4A | 4F | 16 | 4 | 42 | 2F |
| Octal | 307 | 64 | 51 | 0 | 112 | 117 | 26 | 4 | 102 | 57 |
| Binary | 11000111 | 110100 | 101001 | 0 | 1001010 | 1001111 | 10110 | 100 | 1000010 | 101111 |
Color Harmonies of #C73429
Complementary color
Monochromatic Colors of #C73429
Black with #C73429
Text Example
Text Example
White with #C73429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73429; }
p { color: rgb(199,52,41); }
H1.HeaderClassName
{
color: #C73429;
}
.AnyTagClassName
{
color: #C73429;
}
</style>
background-color css
<style>
a { background-color: #C73429; }
a { background-color: rgb(199,52,41); }
div.DivClassName
{
background-color: #C73429;
}
.BgClassName
{
background-color: #C73429;
}
</style>
border-color css
<style>
span { border-color: #C73429; }
span { border-color: rgb(199,52,41); }
td.TdClassName
{
border-color: #C73429;
}
.TagClassName
{
border-color: #C73429;
}
</style>