Shades of Persian Red #C73432
Tints of Persian Red #C73432
RGB
CMYK
RGB Variations
Color information
#C73432 (or 0xC73432) is known color: Persian Red. HEX triplet: C7, 34 and 32. RGB value is (199,52,50). Sum of RGB (Red+Green+Blue) = 199+52+50=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C73432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73432 is #38CBCD. Grayscale: #5F5F5F. Windows color (decimal): -3722190 or 3290311. OLE color: 3290311.
HSL color Cylindrical-coordinate representation of color #C73432: hue angle of 0.81º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73432 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 50 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.22 |
| HSL | 0.81º | 0.6% | 0.49% | - |
| HSV(B) | 0.81º | 0.75% | 0.78% | - |
| XYZ | 25.36 | 14.83 | 4.54 | - |
| YUV | 95.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 50 | 0 | 0.74 | 0.75 | 0.22 | 0.81 | 0.6 | 0.49 |
| Hex | C7 | 34 | 32 | 0 | 4A | 4B | 16 | 1 | 3C | 31 |
| Octal | 307 | 64 | 62 | 0 | 112 | 113 | 26 | 1 | 74 | 61 |
| Binary | 11000111 | 110100 | 110010 | 0 | 1001010 | 1001011 | 10110 | 1 | 111100 | 110001 |
Color Harmonies of #C73432
Complementary color
Monochromatic Colors of #C73432
Black with #C73432
Text Example
Text Example
White with #C73432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73432; }
p { color: rgb(199,52,50); }
H1.HeaderClassName
{
color: #C73432;
}
.AnyTagClassName
{
color: #C73432;
}
</style>
background-color css
<style>
a { background-color: #C73432; }
a { background-color: rgb(199,52,50); }
div.DivClassName
{
background-color: #C73432;
}
.BgClassName
{
background-color: #C73432;
}
</style>
border-color css
<style>
span { border-color: #C73432; }
span { border-color: rgb(199,52,50); }
td.TdClassName
{
border-color: #C73432;
}
.TagClassName
{
border-color: #C73432;
}
</style>