Shades of Persian Red #C5362F
Tints of Persian Red #C5362F
RGB
CMYK
RGB Variations
Color information
#C5362F (or 0xC5362F) is known color: Persian Red. HEX triplet: C5, 36 and 2F. RGB value is (197,54,47). Sum of RGB (Red+Green+Blue) = 197+54+47=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5362F is #3AC9D0. Grayscale: #606060. Windows color (decimal): -3852753 or 3094213. OLE color: 3094213.
HSL color Cylindrical-coordinate representation of color #C5362F: hue angle of 2.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5362F is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 47 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.23 |
| HSL | 2.8º | 0.61% | 0.48% | - |
| HSV(B) | 2.8º | 0.76% | 0.77% | - |
| XYZ | 24.86 | 14.71 | 4.22 | - |
| YUV | 95.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 47 | 0 | 0.73 | 0.76 | 0.23 | 2.8 | 0.61 | 0.48 |
| Hex | C5 | 36 | 2F | 0 | 49 | 4C | 17 | 3 | 3D | 30 |
| Octal | 305 | 66 | 57 | 0 | 111 | 114 | 27 | 3 | 75 | 60 |
| Binary | 11000101 | 110110 | 101111 | 0 | 1001001 | 1001100 | 10111 | 11 | 111101 | 110000 |
Color Harmonies of #C5362F
Complementary color
Monochromatic Colors of #C5362F
Black with #C5362F
Text Example
Text Example
White with #C5362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5362F; }
p { color: rgb(197,54,47); }
H1.HeaderClassName
{
color: #C5362F;
}
.AnyTagClassName
{
color: #C5362F;
}
</style>
background-color css
<style>
a { background-color: #C5362F; }
a { background-color: rgb(197,54,47); }
div.DivClassName
{
background-color: #C5362F;
}
.BgClassName
{
background-color: #C5362F;
}
</style>
border-color css
<style>
span { border-color: #C5362F; }
span { border-color: rgb(197,54,47); }
td.TdClassName
{
border-color: #C5362F;
}
.TagClassName
{
border-color: #C5362F;
}
</style>