Shades of Persian Red #C5372F
Tints of Persian Red #C5372F
RGB
CMYK
RGB Variations
Color information
#C5372F (or 0xC5372F) is known color: Persian Red. HEX triplet: C5, 37 and 2F. RGB value is (197,55,47). Sum of RGB (Red+Green+Blue) = 197+55+47=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5372F is #3AC8D0. Grayscale: #606060. Windows color (decimal): -3852497 or 3094469. OLE color: 3094469.
HSL color Cylindrical-coordinate representation of color #C5372F: hue angle of 3.2º 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 #C5372F is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 47 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.23 |
| HSL | 3.2º | 0.61% | 0.48% | - |
| HSV(B) | 3.2º | 0.76% | 0.77% | - |
| XYZ | 24.91 | 14.81 | 4.23 | - |
| YUV | 96.55 | 100.04 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 47 | 0 | 0.72 | 0.76 | 0.23 | 3.2 | 0.61 | 0.48 |
| Hex | C5 | 37 | 2F | 0 | 48 | 4C | 17 | 3 | 3D | 30 |
| Octal | 305 | 67 | 57 | 0 | 110 | 114 | 27 | 3 | 75 | 60 |
| Binary | 11000101 | 110111 | 101111 | 0 | 1001000 | 1001100 | 10111 | 11 | 111101 | 110000 |
Color Harmonies of #C5372F
Complementary color
Monochromatic Colors of #C5372F
Black with #C5372F
Text Example
Text Example
White with #C5372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5372F; }
p { color: rgb(197,55,47); }
H1.HeaderClassName
{
color: #C5372F;
}
.AnyTagClassName
{
color: #C5372F;
}
</style>
background-color css
<style>
a { background-color: #C5372F; }
a { background-color: rgb(197,55,47); }
div.DivClassName
{
background-color: #C5372F;
}
.BgClassName
{
background-color: #C5372F;
}
</style>
border-color css
<style>
span { border-color: #C5372F; }
span { border-color: rgb(197,55,47); }
td.TdClassName
{
border-color: #C5372F;
}
.TagClassName
{
border-color: #C5372F;
}
</style>