Shades of Persian Red #C53726
Tints of Persian Red #C53726
RGB
CMYK
RGB Variations
Color information
#C53726 (or 0xC53726) is known color: Persian Red. HEX triplet: C5, 37 and 26. RGB value is (197,55,38). Sum of RGB (Red+Green+Blue) = 197+55+38=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C53726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53726 is #3AC8D9. Grayscale: #5F5F5F. Windows color (decimal): -3852506 or 2504645. OLE color: 2504645.
HSL color Cylindrical-coordinate representation of color #C53726: hue angle of 6.42º 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 #C53726 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 38 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.23 |
| HSL | 6.42º | 0.68% | 0.46% | - |
| HSV(B) | 6.42º | 0.81% | 0.77% | - |
| XYZ | 24.74 | 14.74 | 3.38 | - |
| YUV | 95.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 38 | 0 | 0.72 | 0.81 | 0.23 | 6.42 | 0.68 | 0.46 |
| Hex | C5 | 37 | 26 | 0 | 48 | 51 | 17 | 6 | 44 | 2E |
| Octal | 305 | 67 | 46 | 0 | 110 | 121 | 27 | 6 | 104 | 56 |
| Binary | 11000101 | 110111 | 100110 | 0 | 1001000 | 1010001 | 10111 | 110 | 1000100 | 101110 |
Color Harmonies of #C53726
Complementary color
Monochromatic Colors of #C53726
Black with #C53726
Text Example
Text Example
White with #C53726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53726; }
p { color: rgb(197,55,38); }
H1.HeaderClassName
{
color: #C53726;
}
.AnyTagClassName
{
color: #C53726;
}
</style>
background-color css
<style>
a { background-color: #C53726; }
a { background-color: rgb(197,55,38); }
div.DivClassName
{
background-color: #C53726;
}
.BgClassName
{
background-color: #C53726;
}
</style>
border-color css
<style>
span { border-color: #C53726; }
span { border-color: rgb(197,55,38); }
td.TdClassName
{
border-color: #C53726;
}
.TagClassName
{
border-color: #C53726;
}
</style>