Shades of Persian Red #C73E31
Tints of Persian Red #C73E31
RGB
CMYK
RGB Variations
Color information
#C73E31 (or 0xC73E31) is known color: Persian Red. HEX triplet: C7, 3E and 31. RGB value is (199,62,49). Sum of RGB (Red+Green+Blue) = 199+62+49=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E31 is #38C1CE. Grayscale: #656565. Windows color (decimal): -3719631 or 3227335. OLE color: 3227335.
HSL color Cylindrical-coordinate representation of color #C73E31: hue angle of 5.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73E31 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 49 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.22 |
| HSL | 5.2º | 0.6% | 0.49% | - |
| HSV(B) | 5.2º | 0.75% | 0.78% | - |
| XYZ | 25.83 | 15.81 | 4.6 | - |
| YUV | 101.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 49 | 0 | 0.69 | 0.75 | 0.22 | 5.2 | 0.6 | 0.49 |
| Hex | C7 | 3E | 31 | 0 | 45 | 4B | 16 | 5 | 3C | 31 |
| Octal | 307 | 76 | 61 | 0 | 105 | 113 | 26 | 5 | 74 | 61 |
| Binary | 11000111 | 111110 | 110001 | 0 | 1000101 | 1001011 | 10110 | 101 | 111100 | 110001 |
Color Harmonies of #C73E31
Complementary color
Monochromatic Colors of #C73E31
Black with #C73E31
Text Example
Text Example
White with #C73E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73E31; }
p { color: rgb(199,62,49); }
H1.HeaderClassName
{
color: #C73E31;
}
.AnyTagClassName
{
color: #C73E31;
}
</style>
background-color css
<style>
a { background-color: #C73E31; }
a { background-color: rgb(199,62,49); }
div.DivClassName
{
background-color: #C73E31;
}
.BgClassName
{
background-color: #C73E31;
}
</style>
border-color css
<style>
span { border-color: #C73E31; }
span { border-color: rgb(199,62,49); }
td.TdClassName
{
border-color: #C73E31;
}
.TagClassName
{
border-color: #C73E31;
}
</style>