Shades of Persian Red #C53627
Tints of Persian Red #C53627
RGB
CMYK
RGB Variations
Color information
#C53627 (or 0xC53627) is known color: Persian Red. HEX triplet: C5, 36 and 27. RGB value is (197,54,39). Sum of RGB (Red+Green+Blue) = 197+54+39=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C53627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53627 is #3AC9D8. Grayscale: #5F5F5F. Windows color (decimal): -3852761 or 2569925. OLE color: 2569925.
HSL color Cylindrical-coordinate representation of color #C53627: hue angle of 5.7º 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 #C53627 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 39 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.23 |
| HSL | 5.7º | 0.67% | 0.46% | - |
| HSV(B) | 5.7º | 0.8% | 0.77% | - |
| XYZ | 24.71 | 14.66 | 3.45 | - |
| YUV | 95.05 | 96.38 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 39 | 0 | 0.73 | 0.80 | 0.23 | 5.7 | 0.67 | 0.46 |
| Hex | C5 | 36 | 27 | 0 | 49 | 50 | 17 | 6 | 43 | 2E |
| Octal | 305 | 66 | 47 | 0 | 111 | 120 | 27 | 6 | 103 | 56 |
| Binary | 11000101 | 110110 | 100111 | 0 | 1001001 | 1010000 | 10111 | 110 | 1000011 | 101110 |
Color Harmonies of #C53627
Complementary color
Monochromatic Colors of #C53627
Black with #C53627
Text Example
Text Example
White with #C53627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53627; }
p { color: rgb(197,54,39); }
H1.HeaderClassName
{
color: #C53627;
}
.AnyTagClassName
{
color: #C53627;
}
</style>
background-color css
<style>
a { background-color: #C53627; }
a { background-color: rgb(197,54,39); }
div.DivClassName
{
background-color: #C53627;
}
.BgClassName
{
background-color: #C53627;
}
</style>
border-color css
<style>
span { border-color: #C53627; }
span { border-color: rgb(197,54,39); }
td.TdClassName
{
border-color: #C53627;
}
.TagClassName
{
border-color: #C53627;
}
</style>