Shades of Persian Red #C53526
Tints of Persian Red #C53526
RGB
CMYK
RGB Variations
Color information
#C53526 (or 0xC53526) is known color: Persian Red. HEX triplet: C5, 35 and 26. RGB value is (197,53,38). Sum of RGB (Red+Green+Blue) = 197+53+38=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C53526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53526 is #3ACAD9. Grayscale: #5E5E5E. Windows color (decimal): -3853018 or 2504133. OLE color: 2504133.
HSL color Cylindrical-coordinate representation of color #C53526: hue angle of 5.66º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C53526 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 38 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.23 |
| HSL | 5.66º | 0.68% | 0.46% | - |
| HSV(B) | 5.66º | 0.81% | 0.77% | - |
| XYZ | 24.65 | 14.56 | 3.34 | - |
| YUV | 94.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 38 | 0 | 0.73 | 0.81 | 0.23 | 5.66 | 0.68 | 0.46 |
| Hex | C5 | 35 | 26 | 0 | 49 | 51 | 17 | 6 | 44 | 2E |
| Octal | 305 | 65 | 46 | 0 | 111 | 121 | 27 | 6 | 104 | 56 |
| Binary | 11000101 | 110101 | 100110 | 0 | 1001001 | 1010001 | 10111 | 110 | 1000100 | 101110 |
Color Harmonies of #C53526
Complementary color
Monochromatic Colors of #C53526
Black with #C53526
Text Example
Text Example
White with #C53526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53526; }
p { color: rgb(197,53,38); }
H1.HeaderClassName
{
color: #C53526;
}
.AnyTagClassName
{
color: #C53526;
}
</style>
background-color css
<style>
a { background-color: #C53526; }
a { background-color: rgb(197,53,38); }
div.DivClassName
{
background-color: #C53526;
}
.BgClassName
{
background-color: #C53526;
}
</style>
border-color css
<style>
span { border-color: #C53526; }
span { border-color: rgb(197,53,38); }
td.TdClassName
{
border-color: #C53526;
}
.TagClassName
{
border-color: #C53526;
}
</style>