Shades of Persian Red #C7352D
Tints of Persian Red #C7352D
RGB
CMYK
RGB Variations
Color information
#C7352D (or 0xC7352D) is known color: Persian Red. HEX triplet: C7, 35 and 2D. RGB value is (199,53,45). Sum of RGB (Red+Green+Blue) = 199+53+45=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7352D is #38CAD2. Grayscale: #5F5F5F. Windows color (decimal): -3721939 or 2962887. OLE color: 2962887.
HSL color Cylindrical-coordinate representation of color #C7352D: hue angle of 3.12º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7352D is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 45 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.22 |
| HSL | 3.12º | 0.63% | 0.48% | - |
| HSV(B) | 3.12º | 0.77% | 0.78% | - |
| XYZ | 25.3 | 14.88 | 4.02 | - |
| YUV | 95.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 45 | 0 | 0.73 | 0.77 | 0.22 | 3.12 | 0.63 | 0.48 |
| Hex | C7 | 35 | 2D | 0 | 49 | 4D | 16 | 3 | 3F | 30 |
| Octal | 307 | 65 | 55 | 0 | 111 | 115 | 26 | 3 | 77 | 60 |
| Binary | 11000111 | 110101 | 101101 | 0 | 1001001 | 1001101 | 10110 | 11 | 111111 | 110000 |
Color Harmonies of #C7352D
Complementary color
Monochromatic Colors of #C7352D
Black with #C7352D
Text Example
Text Example
White with #C7352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7352D; }
p { color: rgb(199,53,45); }
H1.HeaderClassName
{
color: #C7352D;
}
.AnyTagClassName
{
color: #C7352D;
}
</style>
background-color css
<style>
a { background-color: #C7352D; }
a { background-color: rgb(199,53,45); }
div.DivClassName
{
background-color: #C7352D;
}
.BgClassName
{
background-color: #C7352D;
}
</style>
border-color css
<style>
span { border-color: #C7352D; }
span { border-color: rgb(199,53,45); }
td.TdClassName
{
border-color: #C7352D;
}
.TagClassName
{
border-color: #C7352D;
}
</style>