Shades of Persian Red #C53230
Tints of Persian Red #C53230
RGB
CMYK
RGB Variations
Color information
#C53230 (or 0xC53230) is known color: Persian Red. HEX triplet: C5, 32 and 30. RGB value is (197,50,48). Sum of RGB (Red+Green+Blue) = 197+50+48=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C53230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53230 is #3ACDCF. Grayscale: #5D5D5D. Windows color (decimal): -3853776 or 3158725. OLE color: 3158725.
HSL color Cylindrical-coordinate representation of color #C53230: hue angle of 0.81º 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 #C53230 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 48 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.23 |
| HSL | 0.81º | 0.61% | 0.48% | - |
| HSV(B) | 0.81º | 0.76% | 0.77% | - |
| XYZ | 24.7 | 14.36 | 4.27 | - |
| YUV | 93.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 48 | 0 | 0.75 | 0.76 | 0.23 | 0.81 | 0.61 | 0.48 |
| Hex | C5 | 32 | 30 | 0 | 4B | 4C | 17 | 1 | 3D | 30 |
| Octal | 305 | 62 | 60 | 0 | 113 | 114 | 27 | 1 | 75 | 60 |
| Binary | 11000101 | 110010 | 110000 | 0 | 1001011 | 1001100 | 10111 | 1 | 111101 | 110000 |
Color Harmonies of #C53230
Complementary color
Monochromatic Colors of #C53230
Black with #C53230
Text Example
Text Example
White with #C53230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53230; }
p { color: rgb(197,50,48); }
H1.HeaderClassName
{
color: #C53230;
}
.AnyTagClassName
{
color: #C53230;
}
</style>
background-color css
<style>
a { background-color: #C53230; }
a { background-color: rgb(197,50,48); }
div.DivClassName
{
background-color: #C53230;
}
.BgClassName
{
background-color: #C53230;
}
</style>
border-color css
<style>
span { border-color: #C53230; }
span { border-color: rgb(197,50,48); }
td.TdClassName
{
border-color: #C53230;
}
.TagClassName
{
border-color: #C53230;
}
</style>