Shades of Persian Red #C53024
Tints of Persian Red #C53024
RGB
CMYK
RGB Variations
Color information
#C53024 (or 0xC53024) is known color: Persian Red. HEX triplet: C5, 30 and 24. RGB value is (197,48,36). Sum of RGB (Red+Green+Blue) = 197+48+36=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C53024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53024 is #3ACFDB. Grayscale: #5B5B5B. Windows color (decimal): -3854300 or 2371781. OLE color: 2371781.
HSL color Cylindrical-coordinate representation of color #C53024: hue angle of 4.47º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C53024 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 36 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.23 |
| HSL | 4.47º | 0.69% | 0.46% | - |
| HSV(B) | 4.47º | 0.82% | 0.77% | - |
| XYZ | 24.4 | 14.11 | 3.11 | - |
| YUV | 91.18 | 96.86 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 36 | 0 | 0.76 | 0.82 | 0.23 | 4.47 | 0.69 | 0.46 |
| Hex | C5 | 30 | 24 | 0 | 4C | 52 | 17 | 4 | 45 | 2E |
| Octal | 305 | 60 | 44 | 0 | 114 | 122 | 27 | 4 | 105 | 56 |
| Binary | 11000101 | 110000 | 100100 | 0 | 1001100 | 1010010 | 10111 | 100 | 1000101 | 101110 |
Color Harmonies of #C53024
Complementary color
Monochromatic Colors of #C53024
Black with #C53024
Text Example
Text Example
White with #C53024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53024; }
p { color: rgb(197,48,36); }
H1.HeaderClassName
{
color: #C53024;
}
.AnyTagClassName
{
color: #C53024;
}
</style>
background-color css
<style>
a { background-color: #C53024; }
a { background-color: rgb(197,48,36); }
div.DivClassName
{
background-color: #C53024;
}
.BgClassName
{
background-color: #C53024;
}
</style>
border-color css
<style>
span { border-color: #C53024; }
span { border-color: rgb(197,48,36); }
td.TdClassName
{
border-color: #C53024;
}
.TagClassName
{
border-color: #C53024;
}
</style>