Shades of Persian Red #C5352D
Tints of Persian Red #C5352D
RGB
CMYK
RGB Variations
Color information
#C5352D (or 0xC5352D) is known color: Persian Red. HEX triplet: C5, 35 and 2D. RGB value is (197,53,45). Sum of RGB (Red+Green+Blue) = 197+53+45=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5352D is #3ACAD2. Grayscale: #5F5F5F. Windows color (decimal): -3853011 or 2962885. OLE color: 2962885.
HSL color Cylindrical-coordinate representation of color #C5352D: hue angle of 3.16º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5352D is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 45 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.23 |
| HSL | 3.16º | 0.63% | 0.47% | - |
| HSV(B) | 3.16º | 0.77% | 0.77% | - |
| XYZ | 24.77 | 14.61 | 4 | - |
| YUV | 95.14 | 99.71 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 45 | 0 | 0.73 | 0.77 | 0.23 | 3.16 | 0.63 | 0.47 |
| Hex | C5 | 35 | 2D | 0 | 49 | 4D | 17 | 3 | 3F | 2F |
| Octal | 305 | 65 | 55 | 0 | 111 | 115 | 27 | 3 | 77 | 57 |
| Binary | 11000101 | 110101 | 101101 | 0 | 1001001 | 1001101 | 10111 | 11 | 111111 | 101111 |
Color Harmonies of #C5352D
Complementary color
Monochromatic Colors of #C5352D
Black with #C5352D
Text Example
Text Example
White with #C5352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5352D; }
p { color: rgb(197,53,45); }
H1.HeaderClassName
{
color: #C5352D;
}
.AnyTagClassName
{
color: #C5352D;
}
</style>
background-color css
<style>
a { background-color: #C5352D; }
a { background-color: rgb(197,53,45); }
div.DivClassName
{
background-color: #C5352D;
}
.BgClassName
{
background-color: #C5352D;
}
</style>
border-color css
<style>
span { border-color: #C5352D; }
span { border-color: rgb(197,53,45); }
td.TdClassName
{
border-color: #C5352D;
}
.TagClassName
{
border-color: #C5352D;
}
</style>