Shades of Persian Red #C5342F
Tints of Persian Red #C5342F
RGB
CMYK
RGB Variations
Color information
#C5342F (or 0xC5342F) is known color: Persian Red. HEX triplet: C5, 34 and 2F. RGB value is (197,52,47). Sum of RGB (Red+Green+Blue) = 197+52+47=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5342F is #3ACBD0. Grayscale: #5E5E5E. Windows color (decimal): -3853265 or 3093701. OLE color: 3093701.
HSL color Cylindrical-coordinate representation of color #C5342F: hue angle of 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 #C5342F is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 47 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.23 |
| HSL | 2º | 0.61% | 0.48% | - |
| HSV(B) | 2º | 0.76% | 0.77% | - |
| XYZ | 24.77 | 14.53 | 4.19 | - |
| YUV | 94.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 47 | 0 | 0.74 | 0.76 | 0.23 | 2 | 0.61 | 0.48 |
| Hex | C5 | 34 | 2F | 0 | 4A | 4C | 17 | 2 | 3D | 30 |
| Octal | 305 | 64 | 57 | 0 | 112 | 114 | 27 | 2 | 75 | 60 |
| Binary | 11000101 | 110100 | 101111 | 0 | 1001010 | 1001100 | 10111 | 10 | 111101 | 110000 |
Color Harmonies of #C5342F
Complementary color
Monochromatic Colors of #C5342F
Black with #C5342F
Text Example
Text Example
White with #C5342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5342F; }
p { color: rgb(197,52,47); }
H1.HeaderClassName
{
color: #C5342F;
}
.AnyTagClassName
{
color: #C5342F;
}
</style>
background-color css
<style>
a { background-color: #C5342F; }
a { background-color: rgb(197,52,47); }
div.DivClassName
{
background-color: #C5342F;
}
.BgClassName
{
background-color: #C5342F;
}
</style>
border-color css
<style>
span { border-color: #C5342F; }
span { border-color: rgb(197,52,47); }
td.TdClassName
{
border-color: #C5342F;
}
.TagClassName
{
border-color: #C5342F;
}
</style>