Shades of Persian Red #C5362E
Tints of Persian Red #C5362E
RGB
CMYK
RGB Variations
Color information
#C5362E (or 0xC5362E) is known color: Persian Red. HEX triplet: C5, 36 and 2E. RGB value is (197,54,46). Sum of RGB (Red+Green+Blue) = 197+54+46=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5362E is #3AC9D1. Grayscale: #606060. Windows color (decimal): -3852754 or 3028677. OLE color: 3028677.
HSL color Cylindrical-coordinate representation of color #C5362E: hue angle of 3.18º 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 #C5362E is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 46 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.23 |
| HSL | 3.18º | 0.62% | 0.48% | - |
| HSV(B) | 3.18º | 0.77% | 0.77% | - |
| XYZ | 24.84 | 14.71 | 4.11 | - |
| YUV | 95.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 46 | 0 | 0.73 | 0.77 | 0.23 | 3.18 | 0.62 | 0.48 |
| Hex | C5 | 36 | 2E | 0 | 49 | 4D | 17 | 3 | 3E | 30 |
| Octal | 305 | 66 | 56 | 0 | 111 | 115 | 27 | 3 | 76 | 60 |
| Binary | 11000101 | 110110 | 101110 | 0 | 1001001 | 1001101 | 10111 | 11 | 111110 | 110000 |
Color Harmonies of #C5362E
Complementary color
Monochromatic Colors of #C5362E
Black with #C5362E
Text Example
Text Example
White with #C5362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5362E; }
p { color: rgb(197,54,46); }
H1.HeaderClassName
{
color: #C5362E;
}
.AnyTagClassName
{
color: #C5362E;
}
</style>
background-color css
<style>
a { background-color: #C5362E; }
a { background-color: rgb(197,54,46); }
div.DivClassName
{
background-color: #C5362E;
}
.BgClassName
{
background-color: #C5362E;
}
</style>
border-color css
<style>
span { border-color: #C5362E; }
span { border-color: rgb(197,54,46); }
td.TdClassName
{
border-color: #C5362E;
}
.TagClassName
{
border-color: #C5362E;
}
</style>