Shades of Persian Red #C73A30
Tints of Persian Red #C73A30
RGB
CMYK
RGB Variations
Color information
#C73A30 (or 0xC73A30) is known color: Persian Red. HEX triplet: C7, 3A and 30. RGB value is (199,58,48). Sum of RGB (Red+Green+Blue) = 199+58+48=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A30 is #38C5CF. Grayscale: #636363. Windows color (decimal): -3720656 or 3160775. OLE color: 3160775.
HSL color Cylindrical-coordinate representation of color #C73A30: hue angle of 3.97º degrees, saturation: 0.61, 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 #C73A30 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 48 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.22 |
| HSL | 3.97º | 0.61% | 0.48% | - |
| HSV(B) | 3.97º | 0.76% | 0.78% | - |
| XYZ | 25.6 | 15.38 | 4.42 | - |
| YUV | 99.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 48 | 0 | 0.71 | 0.76 | 0.22 | 3.97 | 0.61 | 0.48 |
| Hex | C7 | 3A | 30 | 0 | 47 | 4C | 16 | 4 | 3D | 30 |
| Octal | 307 | 72 | 60 | 0 | 107 | 114 | 26 | 4 | 75 | 60 |
| Binary | 11000111 | 111010 | 110000 | 0 | 1000111 | 1001100 | 10110 | 100 | 111101 | 110000 |
Color Harmonies of #C73A30
Complementary color
Monochromatic Colors of #C73A30
Black with #C73A30
Text Example
Text Example
White with #C73A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A30; }
p { color: rgb(199,58,48); }
H1.HeaderClassName
{
color: #C73A30;
}
.AnyTagClassName
{
color: #C73A30;
}
</style>
background-color css
<style>
a { background-color: #C73A30; }
a { background-color: rgb(199,58,48); }
div.DivClassName
{
background-color: #C73A30;
}
.BgClassName
{
background-color: #C73A30;
}
</style>
border-color css
<style>
span { border-color: #C73A30; }
span { border-color: rgb(199,58,48); }
td.TdClassName
{
border-color: #C73A30;
}
.TagClassName
{
border-color: #C73A30;
}
</style>