Shades of Persian Red #C53227
Tints of Persian Red #C53227
RGB
CMYK
RGB Variations
Color information
#C53227 (or 0xC53227) is known color: Persian Red. HEX triplet: C5, 32 and 27. RGB value is (197,50,39). Sum of RGB (Red+Green+Blue) = 197+50+39=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C53227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53227 is #3ACDD8. Grayscale: #5C5C5C. Windows color (decimal): -3853785 or 2568901. OLE color: 2568901.
HSL color Cylindrical-coordinate representation of color #C53227: hue angle of 4.18º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C53227 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 39 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.23 |
| HSL | 4.18º | 0.67% | 0.46% | - |
| HSV(B) | 4.18º | 0.8% | 0.77% | - |
| XYZ | 24.53 | 14.3 | 3.39 | - |
| YUV | 92.7 | 97.7 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 39 | 0 | 0.75 | 0.80 | 0.23 | 4.18 | 0.67 | 0.46 |
| Hex | C5 | 32 | 27 | 0 | 4B | 50 | 17 | 4 | 43 | 2E |
| Octal | 305 | 62 | 47 | 0 | 113 | 120 | 27 | 4 | 103 | 56 |
| Binary | 11000101 | 110010 | 100111 | 0 | 1001011 | 1010000 | 10111 | 100 | 1000011 | 101110 |
Color Harmonies of #C53227
Complementary color
Monochromatic Colors of #C53227
Black with #C53227
Text Example
Text Example
White with #C53227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53227; }
p { color: rgb(197,50,39); }
H1.HeaderClassName
{
color: #C53227;
}
.AnyTagClassName
{
color: #C53227;
}
</style>
background-color css
<style>
a { background-color: #C53227; }
a { background-color: rgb(197,50,39); }
div.DivClassName
{
background-color: #C53227;
}
.BgClassName
{
background-color: #C53227;
}
</style>
border-color css
<style>
span { border-color: #C53227; }
span { border-color: rgb(197,50,39); }
td.TdClassName
{
border-color: #C53227;
}
.TagClassName
{
border-color: #C53227;
}
</style>