Shades of Persian Red #C5372B
Tints of Persian Red #C5372B
RGB
CMYK
RGB Variations
Color information
#C5372B (or 0xC5372B) is known color: Persian Red. HEX triplet: C5, 37 and 2B. RGB value is (197,55,43). Sum of RGB (Red+Green+Blue) = 197+55+43=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5372B is #3AC8D4. Grayscale: #606060. Windows color (decimal): -3852501 or 2832325. OLE color: 2832325.
HSL color Cylindrical-coordinate representation of color #C5372B: hue angle of 4.68º degrees, saturation: 0.64, 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 #C5372B is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 43 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.23 |
| HSL | 4.68º | 0.64% | 0.47% | - |
| HSV(B) | 4.68º | 0.78% | 0.77% | - |
| XYZ | 24.83 | 14.78 | 3.83 | - |
| YUV | 96.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 43 | 0 | 0.72 | 0.78 | 0.23 | 4.68 | 0.64 | 0.47 |
| Hex | C5 | 37 | 2B | 0 | 48 | 4E | 17 | 5 | 40 | 2F |
| Octal | 305 | 67 | 53 | 0 | 110 | 116 | 27 | 5 | 100 | 57 |
| Binary | 11000101 | 110111 | 101011 | 0 | 1001000 | 1001110 | 10111 | 101 | 1000000 | 101111 |
Color Harmonies of #C5372B
Complementary color
Monochromatic Colors of #C5372B
Black with #C5372B
Text Example
Text Example
White with #C5372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5372B; }
p { color: rgb(197,55,43); }
H1.HeaderClassName
{
color: #C5372B;
}
.AnyTagClassName
{
color: #C5372B;
}
</style>
background-color css
<style>
a { background-color: #C5372B; }
a { background-color: rgb(197,55,43); }
div.DivClassName
{
background-color: #C5372B;
}
.BgClassName
{
background-color: #C5372B;
}
</style>
border-color css
<style>
span { border-color: #C5372B; }
span { border-color: rgb(197,55,43); }
td.TdClassName
{
border-color: #C5372B;
}
.TagClassName
{
border-color: #C5372B;
}
</style>