Shades of Persian Red #C53837
Tints of Persian Red #C53837
RGB
CMYK
RGB Variations
Color information
#C53837 (or 0xC53837) is known color: Persian Red. HEX triplet: C5, 38 and 37. RGB value is (197,56,55). Sum of RGB (Red+Green+Blue) = 197+56+55=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C53837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53837 is #3AC7C8. Grayscale: #626262. Windows color (decimal): -3852233 or 3619013. OLE color: 3619013.
HSL color Cylindrical-coordinate representation of color #C53837: hue angle of 0.42º 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 #C53837 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 55 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.23 |
| HSL | 0.42º | 0.56% | 0.49% | - |
| HSV(B) | 0.42º | 0.72% | 0.77% | - |
| XYZ | 25.13 | 14.97 | 5.18 | - |
| YUV | 98.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 55 | 0 | 0.72 | 0.72 | 0.23 | 0.42 | 0.56 | 0.49 |
| Hex | C5 | 38 | 37 | 0 | 48 | 48 | 17 | 0 | 38 | 31 |
| Octal | 305 | 70 | 67 | 0 | 110 | 110 | 27 | 0 | 70 | 61 |
| Binary | 11000101 | 111000 | 110111 | 0 | 1001000 | 1001000 | 10111 | 0 | 111000 | 110001 |
Color Harmonies of #C53837
Complementary color
Monochromatic Colors of #C53837
Black with #C53837
Text Example
Text Example
White with #C53837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53837; }
p { color: rgb(197,56,55); }
H1.HeaderClassName
{
color: #C53837;
}
.AnyTagClassName
{
color: #C53837;
}
</style>
background-color css
<style>
a { background-color: #C53837; }
a { background-color: rgb(197,56,55); }
div.DivClassName
{
background-color: #C53837;
}
.BgClassName
{
background-color: #C53837;
}
</style>
border-color css
<style>
span { border-color: #C53837; }
span { border-color: rgb(197,56,55); }
td.TdClassName
{
border-color: #C53837;
}
.TagClassName
{
border-color: #C53837;
}
</style>