Shades of Persian Red #C53737
Tints of Persian Red #C53737
RGB
CMYK
RGB Variations
Color information
#C53737 (or 0xC53737) is known color: Persian Red. HEX triplet: C5, 37 and 37. RGB value is (197,55,55). Sum of RGB (Red+Green+Blue) = 197+55+55=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C53737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53737 is #3AC8C8. Grayscale: #616161. Windows color (decimal): -3852489 or 3618757. OLE color: 3618757.
HSL color Cylindrical-coordinate representation of color #C53737: hue angle of 0º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53737 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 55 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.23 |
| HSL | 0º | 0.56% | 0.49% | - |
| HSV(B) | 0º | 0.72% | 0.77% | - |
| XYZ | 25.08 | 14.88 | 5.16 | - |
| YUV | 97.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 55 | 0 | 0.72 | 0.72 | 0.23 | 0 | 0.56 | 0.49 |
| Hex | C5 | 37 | 37 | 0 | 48 | 48 | 17 | 0 | 38 | 31 |
| Octal | 305 | 67 | 67 | 0 | 110 | 110 | 27 | 0 | 70 | 61 |
| Binary | 11000101 | 110111 | 110111 | 0 | 1001000 | 1001000 | 10111 | 0 | 111000 | 110001 |
Color Harmonies of #C53737
Complementary color
Monochromatic Colors of #C53737
Black with #C53737
Text Example
Text Example
White with #C53737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53737; }
p { color: rgb(197,55,55); }
H1.HeaderClassName
{
color: #C53737;
}
.AnyTagClassName
{
color: #C53737;
}
</style>
background-color css
<style>
a { background-color: #C53737; }
a { background-color: rgb(197,55,55); }
div.DivClassName
{
background-color: #C53737;
}
.BgClassName
{
background-color: #C53737;
}
</style>
border-color css
<style>
span { border-color: #C53737; }
span { border-color: rgb(197,55,55); }
td.TdClassName
{
border-color: #C53737;
}
.TagClassName
{
border-color: #C53737;
}
</style>