Shades of Persian Red #C73D2E
Tints of Persian Red #C73D2E
RGB
CMYK
RGB Variations
Color information
#C73D2E (or 0xC73D2E) is known color: Persian Red. HEX triplet: C7, 3D and 2E. RGB value is (199,61,46). Sum of RGB (Red+Green+Blue) = 199+61+46=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D2E is #38C2D1. Grayscale: #646464. Windows color (decimal): -3719890 or 3030471. OLE color: 3030471.
HSL color Cylindrical-coordinate representation of color #C73D2E: hue angle of 5.88º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C73D2E is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 46 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.22 |
| HSL | 5.88º | 0.62% | 0.48% | - |
| HSV(B) | 5.88º | 0.77% | 0.78% | - |
| XYZ | 25.72 | 15.68 | 4.26 | - |
| YUV | 100.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 46 | 0 | 0.69 | 0.77 | 0.22 | 5.88 | 0.62 | 0.48 |
| Hex | C7 | 3D | 2E | 0 | 45 | 4D | 16 | 6 | 3E | 30 |
| Octal | 307 | 75 | 56 | 0 | 105 | 115 | 26 | 6 | 76 | 60 |
| Binary | 11000111 | 111101 | 101110 | 0 | 1000101 | 1001101 | 10110 | 110 | 111110 | 110000 |
Color Harmonies of #C73D2E
Complementary color
Monochromatic Colors of #C73D2E
Black with #C73D2E
Text Example
Text Example
White with #C73D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D2E; }
p { color: rgb(199,61,46); }
H1.HeaderClassName
{
color: #C73D2E;
}
.AnyTagClassName
{
color: #C73D2E;
}
</style>
background-color css
<style>
a { background-color: #C73D2E; }
a { background-color: rgb(199,61,46); }
div.DivClassName
{
background-color: #C73D2E;
}
.BgClassName
{
background-color: #C73D2E;
}
</style>
border-color css
<style>
span { border-color: #C73D2E; }
span { border-color: rgb(199,61,46); }
td.TdClassName
{
border-color: #C73D2E;
}
.TagClassName
{
border-color: #C73D2E;
}
</style>