Shades of Persian Red #C73232
Tints of Persian Red #C73232
RGB
CMYK
RGB Variations
Color information
#C73232 (or 0xC73232) is known color: Persian Red. HEX triplet: C7, 32 and 32. RGB value is (199,50,50). Sum of RGB (Red+Green+Blue) = 199+50+50=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C73232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73232 is #38CDCD. Grayscale: #5E5E5E. Windows color (decimal): -3722702 or 3289799. OLE color: 3289799.
HSL color Cylindrical-coordinate representation of color #C73232: hue angle of 0º 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 #C73232 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 50 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.22 |
| HSL | 0º | 0.6% | 0.49% | - |
| HSV(B) | 0º | 0.75% | 0.78% | - |
| XYZ | 25.27 | 14.65 | 4.51 | - |
| YUV | 94.55 | 102.86 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 50 | 0 | 0.75 | 0.75 | 0.22 | 0 | 0.6 | 0.49 |
| Hex | C7 | 32 | 32 | 0 | 4B | 4B | 16 | 0 | 3C | 31 |
| Octal | 307 | 62 | 62 | 0 | 113 | 113 | 26 | 0 | 74 | 61 |
| Binary | 11000111 | 110010 | 110010 | 0 | 1001011 | 1001011 | 10110 | 0 | 111100 | 110001 |
Color Harmonies of #C73232
Complementary color
Monochromatic Colors of #C73232
Black with #C73232
Text Example
Text Example
White with #C73232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73232; }
p { color: rgb(199,50,50); }
H1.HeaderClassName
{
color: #C73232;
}
.AnyTagClassName
{
color: #C73232;
}
</style>
background-color css
<style>
a { background-color: #C73232; }
a { background-color: rgb(199,50,50); }
div.DivClassName
{
background-color: #C73232;
}
.BgClassName
{
background-color: #C73232;
}
</style>
border-color css
<style>
span { border-color: #C73232; }
span { border-color: rgb(199,50,50); }
td.TdClassName
{
border-color: #C73232;
}
.TagClassName
{
border-color: #C73232;
}
</style>