Shades of Persian Red #C73735
Tints of Persian Red #C73735
RGB
CMYK
RGB Variations
Color information
#C73735 (or 0xC73735) is known color: Persian Red. HEX triplet: C7, 37 and 35. RGB value is (199,55,53). Sum of RGB (Red+Green+Blue) = 199+55+53=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C73735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73735 is #38C8CA. Grayscale: #616161. Windows color (decimal): -3721419 or 3487687. OLE color: 3487687.
HSL color Cylindrical-coordinate representation of color #C73735: hue angle of 0.82º 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 #C73735 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 53 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.22 |
| HSL | 0.82º | 0.58% | 0.49% | - |
| HSV(B) | 0.82º | 0.73% | 0.78% | - |
| XYZ | 25.56 | 15.13 | 4.94 | - |
| YUV | 97.83 | 102.71 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 53 | 0 | 0.72 | 0.73 | 0.22 | 0.82 | 0.58 | 0.49 |
| Hex | C7 | 37 | 35 | 0 | 48 | 49 | 16 | 1 | 3A | 31 |
| Octal | 307 | 67 | 65 | 0 | 110 | 111 | 26 | 1 | 72 | 61 |
| Binary | 11000111 | 110111 | 110101 | 0 | 1001000 | 1001001 | 10110 | 1 | 111010 | 110001 |
Color Harmonies of #C73735
Complementary color
Monochromatic Colors of #C73735
Black with #C73735
Text Example
Text Example
White with #C73735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73735; }
p { color: rgb(199,55,53); }
H1.HeaderClassName
{
color: #C73735;
}
.AnyTagClassName
{
color: #C73735;
}
</style>
background-color css
<style>
a { background-color: #C73735; }
a { background-color: rgb(199,55,53); }
div.DivClassName
{
background-color: #C73735;
}
.BgClassName
{
background-color: #C73735;
}
</style>
border-color css
<style>
span { border-color: #C73735; }
span { border-color: rgb(199,55,53); }
td.TdClassName
{
border-color: #C73735;
}
.TagClassName
{
border-color: #C73735;
}
</style>