Shades of Persian Red #C73932
Tints of Persian Red #C73932
RGB
CMYK
RGB Variations
Color information
#C73932 (or 0xC73932) is known color: Persian Red. HEX triplet: C7, 39 and 32. RGB value is (199,57,50). Sum of RGB (Red+Green+Blue) = 199+57+50=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C73932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73932 is #38C6CD. Grayscale: #626262. Windows color (decimal): -3720910 or 3291591. OLE color: 3291591.
HSL color Cylindrical-coordinate representation of color #C73932: hue angle of 2.82º 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 #C73932 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 50 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.22 |
| HSL | 2.82º | 0.6% | 0.49% | - |
| HSV(B) | 2.82º | 0.75% | 0.78% | - |
| XYZ | 25.59 | 15.3 | 4.62 | - |
| YUV | 98.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 50 | 0 | 0.71 | 0.75 | 0.22 | 2.82 | 0.6 | 0.49 |
| Hex | C7 | 39 | 32 | 0 | 47 | 4B | 16 | 3 | 3C | 31 |
| Octal | 307 | 71 | 62 | 0 | 107 | 113 | 26 | 3 | 74 | 61 |
| Binary | 11000111 | 111001 | 110010 | 0 | 1000111 | 1001011 | 10110 | 11 | 111100 | 110001 |
Color Harmonies of #C73932
Complementary color
Monochromatic Colors of #C73932
Black with #C73932
Text Example
Text Example
White with #C73932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73932; }
p { color: rgb(199,57,50); }
H1.HeaderClassName
{
color: #C73932;
}
.AnyTagClassName
{
color: #C73932;
}
</style>
background-color css
<style>
a { background-color: #C73932; }
a { background-color: rgb(199,57,50); }
div.DivClassName
{
background-color: #C73932;
}
.BgClassName
{
background-color: #C73932;
}
</style>
border-color css
<style>
span { border-color: #C73932; }
span { border-color: rgb(199,57,50); }
td.TdClassName
{
border-color: #C73932;
}
.TagClassName
{
border-color: #C73932;
}
</style>