Shades of Persian Red #C5342B
Tints of Persian Red #C5342B
RGB
CMYK
RGB Variations
Color information
#C5342B (or 0xC5342B) is known color: Persian Red. HEX triplet: C5, 34 and 2B. RGB value is (197,52,43). Sum of RGB (Red+Green+Blue) = 197+52+43=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5342B is #3ACBD4. Grayscale: #5E5E5E. Windows color (decimal): -3853269 or 2831557. OLE color: 2831557.
HSL color Cylindrical-coordinate representation of color #C5342B: hue angle of 3.51º 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 #C5342B is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 43 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.23 |
| HSL | 3.51º | 0.64% | 0.47% | - |
| HSV(B) | 3.51º | 0.78% | 0.77% | - |
| XYZ | 24.69 | 14.5 | 3.78 | - |
| YUV | 94.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 43 | 0 | 0.74 | 0.78 | 0.23 | 3.51 | 0.64 | 0.47 |
| Hex | C5 | 34 | 2B | 0 | 4A | 4E | 17 | 4 | 40 | 2F |
| Octal | 305 | 64 | 53 | 0 | 112 | 116 | 27 | 4 | 100 | 57 |
| Binary | 11000101 | 110100 | 101011 | 0 | 1001010 | 1001110 | 10111 | 100 | 1000000 | 101111 |
Color Harmonies of #C5342B
Complementary color
Monochromatic Colors of #C5342B
Black with #C5342B
Text Example
Text Example
White with #C5342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5342B; }
p { color: rgb(197,52,43); }
H1.HeaderClassName
{
color: #C5342B;
}
.AnyTagClassName
{
color: #C5342B;
}
</style>
background-color css
<style>
a { background-color: #C5342B; }
a { background-color: rgb(197,52,43); }
div.DivClassName
{
background-color: #C5342B;
}
.BgClassName
{
background-color: #C5342B;
}
</style>
border-color css
<style>
span { border-color: #C5342B; }
span { border-color: rgb(197,52,43); }
td.TdClassName
{
border-color: #C5342B;
}
.TagClassName
{
border-color: #C5342B;
}
</style>