Shades of Persian Red #C73C34
Tints of Persian Red #C73C34
RGB
CMYK
RGB Variations
Color information
#C73C34 (or 0xC73C34) is known color: Persian Red. HEX triplet: C7, 3C and 34. RGB value is (199,60,52). Sum of RGB (Red+Green+Blue) = 199+60+52=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C34 is #38C3CB. Grayscale: #646464. Windows color (decimal): -3720140 or 3423431. OLE color: 3423431.
HSL color Cylindrical-coordinate representation of color #C73C34: hue angle of 3.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73C34 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 52 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.22 |
| HSL | 3.27º | 0.59% | 0.49% | - |
| HSV(B) | 3.27º | 0.74% | 0.78% | - |
| XYZ | 25.79 | 15.62 | 4.9 | - |
| YUV | 100.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 52 | 0 | 0.70 | 0.74 | 0.22 | 3.27 | 0.59 | 0.49 |
| Hex | C7 | 3C | 34 | 0 | 46 | 4A | 16 | 3 | 3B | 31 |
| Octal | 307 | 74 | 64 | 0 | 106 | 112 | 26 | 3 | 73 | 61 |
| Binary | 11000111 | 111100 | 110100 | 0 | 1000110 | 1001010 | 10110 | 11 | 111011 | 110001 |
Color Harmonies of #C73C34
Complementary color
Monochromatic Colors of #C73C34
Black with #C73C34
Text Example
Text Example
White with #C73C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C34; }
p { color: rgb(199,60,52); }
H1.HeaderClassName
{
color: #C73C34;
}
.AnyTagClassName
{
color: #C73C34;
}
</style>
background-color css
<style>
a { background-color: #C73C34; }
a { background-color: rgb(199,60,52); }
div.DivClassName
{
background-color: #C73C34;
}
.BgClassName
{
background-color: #C73C34;
}
</style>
border-color css
<style>
span { border-color: #C73C34; }
span { border-color: rgb(199,60,52); }
td.TdClassName
{
border-color: #C73C34;
}
.TagClassName
{
border-color: #C73C34;
}
</style>