Shades of Persian Red #C53931
Tints of Persian Red #C53931
RGB
CMYK
RGB Variations
Color information
#C53931 (or 0xC53931) is known color: Persian Red. HEX triplet: C5, 39 and 31. RGB value is (197,57,49). Sum of RGB (Red+Green+Blue) = 197+57+49=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C53931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53931 is #3AC6CE. Grayscale: #626262. Windows color (decimal): -3851983 or 3226053. OLE color: 3226053.
HSL color Cylindrical-coordinate representation of color #C53931: hue angle of 3.24º 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 #C53931 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 49 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.23 |
| HSL | 3.24º | 0.6% | 0.48% | - |
| HSV(B) | 3.24º | 0.75% | 0.77% | - |
| XYZ | 25.04 | 15.02 | 4.48 | - |
| YUV | 97.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 49 | 0 | 0.71 | 0.75 | 0.23 | 3.24 | 0.6 | 0.48 |
| Hex | C5 | 39 | 31 | 0 | 47 | 4B | 17 | 3 | 3C | 30 |
| Octal | 305 | 71 | 61 | 0 | 107 | 113 | 27 | 3 | 74 | 60 |
| Binary | 11000101 | 111001 | 110001 | 0 | 1000111 | 1001011 | 10111 | 11 | 111100 | 110000 |
Color Harmonies of #C53931
Complementary color
Monochromatic Colors of #C53931
Black with #C53931
Text Example
Text Example
White with #C53931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53931; }
p { color: rgb(197,57,49); }
H1.HeaderClassName
{
color: #C53931;
}
.AnyTagClassName
{
color: #C53931;
}
</style>
background-color css
<style>
a { background-color: #C53931; }
a { background-color: rgb(197,57,49); }
div.DivClassName
{
background-color: #C53931;
}
.BgClassName
{
background-color: #C53931;
}
</style>
border-color css
<style>
span { border-color: #C53931; }
span { border-color: rgb(197,57,49); }
td.TdClassName
{
border-color: #C53931;
}
.TagClassName
{
border-color: #C53931;
}
</style>