Shades of Persian Red #C73A29
Tints of Persian Red #C73A29
RGB
CMYK
RGB Variations
Color information
#C73A29 (or 0xC73A29) is known color: Persian Red. HEX triplet: C7, 3A and 29. RGB value is (199,58,41). Sum of RGB (Red+Green+Blue) = 199+58+41=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A29 is #38C5D6. Grayscale: #626262. Windows color (decimal): -3720663 or 2702023. OLE color: 2702023.
HSL color Cylindrical-coordinate representation of color #C73A29: hue angle of 6.46º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C73A29 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 41 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.22 |
| HSL | 6.46º | 0.66% | 0.47% | - |
| HSV(B) | 6.46º | 0.79% | 0.78% | - |
| XYZ | 25.47 | 15.33 | 3.71 | - |
| YUV | 98.22 | 95.71 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 41 | 0 | 0.71 | 0.79 | 0.22 | 6.46 | 0.66 | 0.47 |
| Hex | C7 | 3A | 29 | 0 | 47 | 4F | 16 | 6 | 42 | 2F |
| Octal | 307 | 72 | 51 | 0 | 107 | 117 | 26 | 6 | 102 | 57 |
| Binary | 11000111 | 111010 | 101001 | 0 | 1000111 | 1001111 | 10110 | 110 | 1000010 | 101111 |
Color Harmonies of #C73A29
Complementary color
Monochromatic Colors of #C73A29
Black with #C73A29
Text Example
Text Example
White with #C73A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A29; }
p { color: rgb(199,58,41); }
H1.HeaderClassName
{
color: #C73A29;
}
.AnyTagClassName
{
color: #C73A29;
}
</style>
background-color css
<style>
a { background-color: #C73A29; }
a { background-color: rgb(199,58,41); }
div.DivClassName
{
background-color: #C73A29;
}
.BgClassName
{
background-color: #C73A29;
}
</style>
border-color css
<style>
span { border-color: #C73A29; }
span { border-color: rgb(199,58,41); }
td.TdClassName
{
border-color: #C73A29;
}
.TagClassName
{
border-color: #C73A29;
}
</style>