Shades of Persian Red #C53830
Tints of Persian Red #C53830
RGB
CMYK
RGB Variations
Color information
#C53830 (or 0xC53830) is known color: Persian Red. HEX triplet: C5, 38 and 30. RGB value is (197,56,48). Sum of RGB (Red+Green+Blue) = 197+56+48=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C53830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53830 is #3AC7CF. Grayscale: #616161. Windows color (decimal): -3852240 or 3160261. OLE color: 3160261.
HSL color Cylindrical-coordinate representation of color #C53830: hue angle of 3.22º 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 #C53830 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 48 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.23 |
| HSL | 3.22º | 0.61% | 0.48% | - |
| HSV(B) | 3.22º | 0.76% | 0.77% | - |
| XYZ | 24.97 | 14.91 | 4.36 | - |
| YUV | 97.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 48 | 0 | 0.72 | 0.76 | 0.23 | 3.22 | 0.61 | 0.48 |
| Hex | C5 | 38 | 30 | 0 | 48 | 4C | 17 | 3 | 3D | 30 |
| Octal | 305 | 70 | 60 | 0 | 110 | 114 | 27 | 3 | 75 | 60 |
| Binary | 11000101 | 111000 | 110000 | 0 | 1001000 | 1001100 | 10111 | 11 | 111101 | 110000 |
Color Harmonies of #C53830
Complementary color
Monochromatic Colors of #C53830
Black with #C53830
Text Example
Text Example
White with #C53830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53830; }
p { color: rgb(197,56,48); }
H1.HeaderClassName
{
color: #C53830;
}
.AnyTagClassName
{
color: #C53830;
}
</style>
background-color css
<style>
a { background-color: #C53830; }
a { background-color: rgb(197,56,48); }
div.DivClassName
{
background-color: #C53830;
}
.BgClassName
{
background-color: #C53830;
}
</style>
border-color css
<style>
span { border-color: #C53830; }
span { border-color: rgb(197,56,48); }
td.TdClassName
{
border-color: #C53830;
}
.TagClassName
{
border-color: #C53830;
}
</style>