Shades of Persian Red #C53631
Tints of Persian Red #C53631
RGB
CMYK
RGB Variations
Color information
#C53631 (or 0xC53631) is known color: Persian Red. HEX triplet: C5, 36 and 31. RGB value is (197,54,49). Sum of RGB (Red+Green+Blue) = 197+54+49=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C53631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53631 is #3AC9CE. Grayscale: #606060. Windows color (decimal): -3852751 or 3225285. OLE color: 3225285.
HSL color Cylindrical-coordinate representation of color #C53631: hue angle of 2.03º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53631 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 49 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.23 |
| HSL | 2.03º | 0.6% | 0.48% | - |
| HSV(B) | 2.03º | 0.75% | 0.77% | - |
| XYZ | 24.9 | 14.73 | 4.44 | - |
| YUV | 96.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 49 | 0 | 0.73 | 0.75 | 0.23 | 2.03 | 0.6 | 0.48 |
| Hex | C5 | 36 | 31 | 0 | 49 | 4B | 17 | 2 | 3C | 30 |
| Octal | 305 | 66 | 61 | 0 | 111 | 113 | 27 | 2 | 74 | 60 |
| Binary | 11000101 | 110110 | 110001 | 0 | 1001001 | 1001011 | 10111 | 10 | 111100 | 110000 |
Color Harmonies of #C53631
Complementary color
Monochromatic Colors of #C53631
Black with #C53631
Text Example
Text Example
White with #C53631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53631; }
p { color: rgb(197,54,49); }
H1.HeaderClassName
{
color: #C53631;
}
.AnyTagClassName
{
color: #C53631;
}
</style>
background-color css
<style>
a { background-color: #C53631; }
a { background-color: rgb(197,54,49); }
div.DivClassName
{
background-color: #C53631;
}
.BgClassName
{
background-color: #C53631;
}
</style>
border-color css
<style>
span { border-color: #C53631; }
span { border-color: rgb(197,54,49); }
td.TdClassName
{
border-color: #C53631;
}
.TagClassName
{
border-color: #C53631;
}
</style>