Shades of Persian Red #C5392E
Tints of Persian Red #C5392E
RGB
CMYK
RGB Variations
Color information
#C5392E (or 0xC5392E) is known color: Persian Red. HEX triplet: C5, 39 and 2E. RGB value is (197,57,46). Sum of RGB (Red+Green+Blue) = 197+57+46=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C5392E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5392E is #3AC6D1. Grayscale: #616161. Windows color (decimal): -3851986 or 3029445. OLE color: 3029445.
HSL color Cylindrical-coordinate representation of color #C5392E: hue angle of 4.37º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5392E is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 46 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.23 |
| HSL | 4.37º | 0.62% | 0.48% | - |
| HSV(B) | 4.37º | 0.77% | 0.77% | - |
| XYZ | 24.98 | 14.99 | 4.16 | - |
| YUV | 97.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 46 | 0 | 0.71 | 0.77 | 0.23 | 4.37 | 0.62 | 0.48 |
| Hex | C5 | 39 | 2E | 0 | 47 | 4D | 17 | 4 | 3E | 30 |
| Octal | 305 | 71 | 56 | 0 | 107 | 115 | 27 | 4 | 76 | 60 |
| Binary | 11000101 | 111001 | 101110 | 0 | 1000111 | 1001101 | 10111 | 100 | 111110 | 110000 |
Color Harmonies of #C5392E
Complementary color
Monochromatic Colors of #C5392E
Black with #C5392E
Text Example
Text Example
White with #C5392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5392E; }
p { color: rgb(197,57,46); }
H1.HeaderClassName
{
color: #C5392E;
}
.AnyTagClassName
{
color: #C5392E;
}
</style>
background-color css
<style>
a { background-color: #C5392E; }
a { background-color: rgb(197,57,46); }
div.DivClassName
{
background-color: #C5392E;
}
.BgClassName
{
background-color: #C5392E;
}
</style>
border-color css
<style>
span { border-color: #C5392E; }
span { border-color: rgb(197,57,46); }
td.TdClassName
{
border-color: #C5392E;
}
.TagClassName
{
border-color: #C5392E;
}
</style>