Shades of Persian Red #C73D35
Tints of Persian Red #C73D35
RGB
CMYK
RGB Variations
Color information
#C73D35 (or 0xC73D35) is known color: Persian Red. HEX triplet: C7, 3D and 35. RGB value is (199,61,53). Sum of RGB (Red+Green+Blue) = 199+61+53=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D35 is #38C2CA. Grayscale: #656565. Windows color (decimal): -3719883 or 3489223. OLE color: 3489223.
HSL color Cylindrical-coordinate representation of color #C73D35: hue angle of 3.29º 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 #C73D35 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 53 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.22 |
| HSL | 3.29º | 0.58% | 0.49% | - |
| HSV(B) | 3.29º | 0.73% | 0.78% | - |
| XYZ | 25.86 | 15.74 | 5.04 | - |
| YUV | 101.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 53 | 0 | 0.69 | 0.73 | 0.22 | 3.29 | 0.58 | 0.49 |
| Hex | C7 | 3D | 35 | 0 | 45 | 49 | 16 | 3 | 3A | 31 |
| Octal | 307 | 75 | 65 | 0 | 105 | 111 | 26 | 3 | 72 | 61 |
| Binary | 11000111 | 111101 | 110101 | 0 | 1000101 | 1001001 | 10110 | 11 | 111010 | 110001 |
Color Harmonies of #C73D35
Complementary color
Monochromatic Colors of #C73D35
Black with #C73D35
Text Example
Text Example
White with #C73D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D35; }
p { color: rgb(199,61,53); }
H1.HeaderClassName
{
color: #C73D35;
}
.AnyTagClassName
{
color: #C73D35;
}
</style>
background-color css
<style>
a { background-color: #C73D35; }
a { background-color: rgb(199,61,53); }
div.DivClassName
{
background-color: #C73D35;
}
.BgClassName
{
background-color: #C73D35;
}
</style>
border-color css
<style>
span { border-color: #C73D35; }
span { border-color: rgb(199,61,53); }
td.TdClassName
{
border-color: #C73D35;
}
.TagClassName
{
border-color: #C73D35;
}
</style>