Shades of Persian Red #C73E35
Tints of Persian Red #C73E35
RGB
CMYK
RGB Variations
Color information
#C73E35 (or 0xC73E35) is known color: Persian Red. HEX triplet: C7, 3E and 35. RGB value is (199,62,53). Sum of RGB (Red+Green+Blue) = 199+62+53=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E35 is #38C1CA. Grayscale: #666666. Windows color (decimal): -3719627 or 3489479. OLE color: 3489479.
HSL color Cylindrical-coordinate representation of color #C73E35: hue angle of 3.7º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73E35 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 53 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.22 |
| HSL | 3.7º | 0.58% | 0.49% | - |
| HSV(B) | 3.7º | 0.73% | 0.78% | - |
| XYZ | 25.92 | 15.84 | 5.06 | - |
| YUV | 101.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 53 | 0 | 0.69 | 0.73 | 0.22 | 3.7 | 0.58 | 0.49 |
| Hex | C7 | 3E | 35 | 0 | 45 | 49 | 16 | 4 | 3A | 31 |
| Octal | 307 | 76 | 65 | 0 | 105 | 111 | 26 | 4 | 72 | 61 |
| Binary | 11000111 | 111110 | 110101 | 0 | 1000101 | 1001001 | 10110 | 100 | 111010 | 110001 |
Color Harmonies of #C73E35
Complementary color
Monochromatic Colors of #C73E35
Black with #C73E35
Text Example
Text Example
White with #C73E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73E35; }
p { color: rgb(199,62,53); }
H1.HeaderClassName
{
color: #C73E35;
}
.AnyTagClassName
{
color: #C73E35;
}
</style>
background-color css
<style>
a { background-color: #C73E35; }
a { background-color: rgb(199,62,53); }
div.DivClassName
{
background-color: #C73E35;
}
.BgClassName
{
background-color: #C73E35;
}
</style>
border-color css
<style>
span { border-color: #C73E35; }
span { border-color: rgb(199,62,53); }
td.TdClassName
{
border-color: #C73E35;
}
.TagClassName
{
border-color: #C73E35;
}
</style>