Shades of Persian Red #C5372C
Tints of Persian Red #C5372C
RGB
CMYK
RGB Variations
Color information
#C5372C (or 0xC5372C) is known color: Persian Red. HEX triplet: C5, 37 and 2C. RGB value is (197,55,44). Sum of RGB (Red+Green+Blue) = 197+55+44=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5372C is #3AC8D3. Grayscale: #606060. Windows color (decimal): -3852500 or 2897861. OLE color: 2897861.
HSL color Cylindrical-coordinate representation of color #C5372C: hue angle of 4.31º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5372C is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 44 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.23 |
| HSL | 4.31º | 0.63% | 0.47% | - |
| HSV(B) | 4.31º | 0.78% | 0.77% | - |
| XYZ | 24.85 | 14.78 | 3.93 | - |
| YUV | 96.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 44 | 0 | 0.72 | 0.78 | 0.23 | 4.31 | 0.63 | 0.47 |
| Hex | C5 | 37 | 2C | 0 | 48 | 4E | 17 | 4 | 3F | 2F |
| Octal | 305 | 67 | 54 | 0 | 110 | 116 | 27 | 4 | 77 | 57 |
| Binary | 11000101 | 110111 | 101100 | 0 | 1001000 | 1001110 | 10111 | 100 | 111111 | 101111 |
Color Harmonies of #C5372C
Complementary color
Monochromatic Colors of #C5372C
Black with #C5372C
Text Example
Text Example
White with #C5372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5372C; }
p { color: rgb(197,55,44); }
H1.HeaderClassName
{
color: #C5372C;
}
.AnyTagClassName
{
color: #C5372C;
}
</style>
background-color css
<style>
a { background-color: #C5372C; }
a { background-color: rgb(197,55,44); }
div.DivClassName
{
background-color: #C5372C;
}
.BgClassName
{
background-color: #C5372C;
}
</style>
border-color css
<style>
span { border-color: #C5372C; }
span { border-color: rgb(197,55,44); }
td.TdClassName
{
border-color: #C5372C;
}
.TagClassName
{
border-color: #C5372C;
}
</style>