Shades of Persian Red #C53836
Tints of Persian Red #C53836
RGB
CMYK
RGB Variations
Color information
#C53836 (or 0xC53836) is known color: Persian Red. HEX triplet: C5, 38 and 36. RGB value is (197,56,54). Sum of RGB (Red+Green+Blue) = 197+56+54=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C53836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53836 is #3AC7C9. Grayscale: #626262. Windows color (decimal): -3852234 or 3553477. OLE color: 3553477.
HSL color Cylindrical-coordinate representation of color #C53836: hue angle of 0.84º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53836 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 54 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.23 |
| HSL | 0.84º | 0.57% | 0.49% | - |
| HSV(B) | 0.84º | 0.73% | 0.77% | - |
| XYZ | 25.11 | 14.97 | 5.06 | - |
| YUV | 97.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 54 | 0 | 0.72 | 0.73 | 0.23 | 0.84 | 0.57 | 0.49 |
| Hex | C5 | 38 | 36 | 0 | 48 | 49 | 17 | 1 | 39 | 31 |
| Octal | 305 | 70 | 66 | 0 | 110 | 111 | 27 | 1 | 71 | 61 |
| Binary | 11000101 | 111000 | 110110 | 0 | 1001000 | 1001001 | 10111 | 1 | 111001 | 110001 |
Color Harmonies of #C53836
Complementary color
Monochromatic Colors of #C53836
Black with #C53836
Text Example
Text Example
White with #C53836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53836; }
p { color: rgb(197,56,54); }
H1.HeaderClassName
{
color: #C53836;
}
.AnyTagClassName
{
color: #C53836;
}
</style>
background-color css
<style>
a { background-color: #C53836; }
a { background-color: rgb(197,56,54); }
div.DivClassName
{
background-color: #C53836;
}
.BgClassName
{
background-color: #C53836;
}
</style>
border-color css
<style>
span { border-color: #C53836; }
span { border-color: rgb(197,56,54); }
td.TdClassName
{
border-color: #C53836;
}
.TagClassName
{
border-color: #C53836;
}
</style>