Shades of Persian Red #C53E32
Tints of Persian Red #C53E32
RGB
CMYK
RGB Variations
Color information
#C53E32 (or 0xC53E32) is known color: Persian Red. HEX triplet: C5, 3E and 32. RGB value is (197,62,50). Sum of RGB (Red+Green+Blue) = 197+62+50=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53E32 is #3AC1CD. Grayscale: #656565. Windows color (decimal): -3850702 or 3292869. OLE color: 3292869.
HSL color Cylindrical-coordinate representation of color #C53E32: hue angle of 4.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53E32 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 50 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.23 |
| HSL | 4.9º | 0.6% | 0.48% | - |
| HSV(B) | 4.9º | 0.75% | 0.77% | - |
| XYZ | 25.32 | 15.55 | 4.68 | - |
| YUV | 101 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 50 | 0 | 0.69 | 0.75 | 0.23 | 4.9 | 0.6 | 0.48 |
| Hex | C5 | 3E | 32 | 0 | 45 | 4B | 17 | 5 | 3C | 30 |
| Octal | 305 | 76 | 62 | 0 | 105 | 113 | 27 | 5 | 74 | 60 |
| Binary | 11000101 | 111110 | 110010 | 0 | 1000101 | 1001011 | 10111 | 101 | 111100 | 110000 |
Color Harmonies of #C53E32
Complementary color
Monochromatic Colors of #C53E32
Black with #C53E32
Text Example
Text Example
White with #C53E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53E32; }
p { color: rgb(197,62,50); }
H1.HeaderClassName
{
color: #C53E32;
}
.AnyTagClassName
{
color: #C53E32;
}
</style>
background-color css
<style>
a { background-color: #C53E32; }
a { background-color: rgb(197,62,50); }
div.DivClassName
{
background-color: #C53E32;
}
.BgClassName
{
background-color: #C53E32;
}
</style>
border-color css
<style>
span { border-color: #C53E32; }
span { border-color: rgb(197,62,50); }
td.TdClassName
{
border-color: #C53E32;
}
.TagClassName
{
border-color: #C53E32;
}
</style>