Shades of Persian Red #C73C2F
Tints of Persian Red #C73C2F
RGB
CMYK
RGB Variations
Color information
#C73C2F (or 0xC73C2F) is known color: Persian Red. HEX triplet: C7, 3C and 2F. RGB value is (199,60,47). Sum of RGB (Red+Green+Blue) = 199+60+47=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C2F is #38C3D0. Grayscale: #646464. Windows color (decimal): -3720145 or 3095751. OLE color: 3095751.
HSL color Cylindrical-coordinate representation of color #C73C2F: hue angle of 5.13º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73C2F is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 47 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.22 |
| HSL | 5.13º | 0.62% | 0.48% | - |
| HSV(B) | 5.13º | 0.76% | 0.78% | - |
| XYZ | 25.68 | 15.58 | 4.34 | - |
| YUV | 100.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 47 | 0 | 0.70 | 0.76 | 0.22 | 5.13 | 0.62 | 0.48 |
| Hex | C7 | 3C | 2F | 0 | 46 | 4C | 16 | 5 | 3E | 30 |
| Octal | 307 | 74 | 57 | 0 | 106 | 114 | 26 | 5 | 76 | 60 |
| Binary | 11000111 | 111100 | 101111 | 0 | 1000110 | 1001100 | 10110 | 101 | 111110 | 110000 |
Color Harmonies of #C73C2F
Complementary color
Monochromatic Colors of #C73C2F
Black with #C73C2F
Text Example
Text Example
White with #C73C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C2F; }
p { color: rgb(199,60,47); }
H1.HeaderClassName
{
color: #C73C2F;
}
.AnyTagClassName
{
color: #C73C2F;
}
</style>
background-color css
<style>
a { background-color: #C73C2F; }
a { background-color: rgb(199,60,47); }
div.DivClassName
{
background-color: #C73C2F;
}
.BgClassName
{
background-color: #C73C2F;
}
</style>
border-color css
<style>
span { border-color: #C73C2F; }
span { border-color: rgb(199,60,47); }
td.TdClassName
{
border-color: #C73C2F;
}
.TagClassName
{
border-color: #C73C2F;
}
</style>