Shades of Persian Red #C53729
Tints of Persian Red #C53729
RGB
CMYK
RGB Variations
Color information
#C53729 (or 0xC53729) is known color: Persian Red. HEX triplet: C5, 37 and 29. RGB value is (197,55,41). Sum of RGB (Red+Green+Blue) = 197+55+41=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C53729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53729 is #3AC8D6. Grayscale: #606060. Windows color (decimal): -3852503 or 2701253. OLE color: 2701253.
HSL color Cylindrical-coordinate representation of color #C53729: hue angle of 5.38º 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 #C53729 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 41 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.23 |
| HSL | 5.38º | 0.66% | 0.47% | - |
| HSV(B) | 5.38º | 0.79% | 0.77% | - |
| XYZ | 24.79 | 14.76 | 3.64 | - |
| YUV | 95.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 41 | 0 | 0.72 | 0.79 | 0.23 | 5.38 | 0.66 | 0.47 |
| Hex | C5 | 37 | 29 | 0 | 48 | 4F | 17 | 5 | 42 | 2F |
| Octal | 305 | 67 | 51 | 0 | 110 | 117 | 27 | 5 | 102 | 57 |
| Binary | 11000101 | 110111 | 101001 | 0 | 1001000 | 1001111 | 10111 | 101 | 1000010 | 101111 |
Color Harmonies of #C53729
Complementary color
Monochromatic Colors of #C53729
Black with #C53729
Text Example
Text Example
White with #C53729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53729; }
p { color: rgb(197,55,41); }
H1.HeaderClassName
{
color: #C53729;
}
.AnyTagClassName
{
color: #C53729;
}
</style>
background-color css
<style>
a { background-color: #C53729; }
a { background-color: rgb(197,55,41); }
div.DivClassName
{
background-color: #C53729;
}
.BgClassName
{
background-color: #C53729;
}
</style>
border-color css
<style>
span { border-color: #C53729; }
span { border-color: rgb(197,55,41); }
td.TdClassName
{
border-color: #C53729;
}
.TagClassName
{
border-color: #C53729;
}
</style>