Shades of Persian Red #C53529
Tints of Persian Red #C53529
RGB
CMYK
RGB Variations
Color information
#C53529 (or 0xC53529) is known color: Persian Red. HEX triplet: C5, 35 and 29. RGB value is (197,53,41). Sum of RGB (Red+Green+Blue) = 197+53+41=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C53529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53529 is #3ACAD6. Grayscale: #5E5E5E. Windows color (decimal): -3853015 or 2700741. OLE color: 2700741.
HSL color Cylindrical-coordinate representation of color #C53529: hue angle of 4.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C53529 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 41 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.23 |
| HSL | 4.62º | 0.66% | 0.47% | - |
| HSV(B) | 4.62º | 0.79% | 0.77% | - |
| XYZ | 24.7 | 14.58 | 3.61 | - |
| YUV | 94.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 41 | 0 | 0.73 | 0.79 | 0.23 | 4.62 | 0.66 | 0.47 |
| Hex | C5 | 35 | 29 | 0 | 49 | 4F | 17 | 5 | 42 | 2F |
| Octal | 305 | 65 | 51 | 0 | 111 | 117 | 27 | 5 | 102 | 57 |
| Binary | 11000101 | 110101 | 101001 | 0 | 1001001 | 1001111 | 10111 | 101 | 1000010 | 101111 |
Color Harmonies of #C53529
Complementary color
Monochromatic Colors of #C53529
Black with #C53529
Text Example
Text Example
White with #C53529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53529; }
p { color: rgb(197,53,41); }
H1.HeaderClassName
{
color: #C53529;
}
.AnyTagClassName
{
color: #C53529;
}
</style>
background-color css
<style>
a { background-color: #C53529; }
a { background-color: rgb(197,53,41); }
div.DivClassName
{
background-color: #C53529;
}
.BgClassName
{
background-color: #C53529;
}
</style>
border-color css
<style>
span { border-color: #C53529; }
span { border-color: rgb(197,53,41); }
td.TdClassName
{
border-color: #C53529;
}
.TagClassName
{
border-color: #C53529;
}
</style>