Shades of Persian Red #C53930
Tints of Persian Red #C53930
RGB
CMYK
RGB Variations
Color information
#C53930 (or 0xC53930) is known color: Persian Red. HEX triplet: C5, 39 and 30. RGB value is (197,57,48). Sum of RGB (Red+Green+Blue) = 197+57+48=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C53930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53930 is #3AC6CF. Grayscale: #626262. Windows color (decimal): -3851984 or 3160517. OLE color: 3160517.
HSL color Cylindrical-coordinate representation of color #C53930: hue angle of 3.62º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53930 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 48 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.23 |
| HSL | 3.62º | 0.61% | 0.48% | - |
| HSV(B) | 3.62º | 0.76% | 0.77% | - |
| XYZ | 25.02 | 15.01 | 4.37 | - |
| YUV | 97.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 48 | 0 | 0.71 | 0.76 | 0.23 | 3.62 | 0.61 | 0.48 |
| Hex | C5 | 39 | 30 | 0 | 47 | 4C | 17 | 4 | 3D | 30 |
| Octal | 305 | 71 | 60 | 0 | 107 | 114 | 27 | 4 | 75 | 60 |
| Binary | 11000101 | 111001 | 110000 | 0 | 1000111 | 1001100 | 10111 | 100 | 111101 | 110000 |
Color Harmonies of #C53930
Complementary color
Monochromatic Colors of #C53930
Black with #C53930
Text Example
Text Example
White with #C53930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53930; }
p { color: rgb(197,57,48); }
H1.HeaderClassName
{
color: #C53930;
}
.AnyTagClassName
{
color: #C53930;
}
</style>
background-color css
<style>
a { background-color: #C53930; }
a { background-color: rgb(197,57,48); }
div.DivClassName
{
background-color: #C53930;
}
.BgClassName
{
background-color: #C53930;
}
</style>
border-color css
<style>
span { border-color: #C53930; }
span { border-color: rgb(197,57,48); }
td.TdClassName
{
border-color: #C53930;
}
.TagClassName
{
border-color: #C53930;
}
</style>