Shades of Persian Red #C73B2D
Tints of Persian Red #C73B2D
RGB
CMYK
RGB Variations
Color information
#C73B2D (or 0xC73B2D) is known color: Persian Red. HEX triplet: C7, 3B and 2D. RGB value is (199,59,45). Sum of RGB (Red+Green+Blue) = 199+59+45=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B2D is #38C4D2. Grayscale: #636363. Windows color (decimal): -3720403 or 2964423. OLE color: 2964423.
HSL color Cylindrical-coordinate representation of color #C73B2D: hue angle of 5.45º degrees, saturation: 0.63, 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 #C73B2D is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 45 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.22 |
| HSL | 5.45º | 0.63% | 0.48% | - |
| HSV(B) | 5.45º | 0.77% | 0.78% | - |
| XYZ | 25.59 | 15.46 | 4.12 | - |
| YUV | 99.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 45 | 0 | 0.70 | 0.77 | 0.22 | 5.45 | 0.63 | 0.48 |
| Hex | C7 | 3B | 2D | 0 | 46 | 4D | 16 | 5 | 3F | 30 |
| Octal | 307 | 73 | 55 | 0 | 106 | 115 | 26 | 5 | 77 | 60 |
| Binary | 11000111 | 111011 | 101101 | 0 | 1000110 | 1001101 | 10110 | 101 | 111111 | 110000 |
Color Harmonies of #C73B2D
Complementary color
Monochromatic Colors of #C73B2D
Black with #C73B2D
Text Example
Text Example
White with #C73B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B2D; }
p { color: rgb(199,59,45); }
H1.HeaderClassName
{
color: #C73B2D;
}
.AnyTagClassName
{
color: #C73B2D;
}
</style>
background-color css
<style>
a { background-color: #C73B2D; }
a { background-color: rgb(199,59,45); }
div.DivClassName
{
background-color: #C73B2D;
}
.BgClassName
{
background-color: #C73B2D;
}
</style>
border-color css
<style>
span { border-color: #C73B2D; }
span { border-color: rgb(199,59,45); }
td.TdClassName
{
border-color: #C73B2D;
}
.TagClassName
{
border-color: #C73B2D;
}
</style>