Shades of Persian Red #C53A34
Tints of Persian Red #C53A34
RGB
CMYK
RGB Variations
Color information
#C53A34 (or 0xC53A34) is known color: Persian Red. HEX triplet: C5, 3A and 34. RGB value is (197,58,52). Sum of RGB (Red+Green+Blue) = 197+58+52=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A34 is #3AC5CB. Grayscale: #636363. Windows color (decimal): -3851724 or 3422917. OLE color: 3422917.
HSL color Cylindrical-coordinate representation of color #C53A34: hue angle of 2.48º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53A34 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 52 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.23 |
| HSL | 2.48º | 0.58% | 0.49% | - |
| HSV(B) | 2.48º | 0.74% | 0.77% | - |
| XYZ | 25.16 | 15.14 | 4.85 | - |
| YUV | 98.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 52 | 0 | 0.71 | 0.74 | 0.23 | 2.48 | 0.58 | 0.49 |
| Hex | C5 | 3A | 34 | 0 | 47 | 4A | 17 | 2 | 3A | 31 |
| Octal | 305 | 72 | 64 | 0 | 107 | 112 | 27 | 2 | 72 | 61 |
| Binary | 11000101 | 111010 | 110100 | 0 | 1000111 | 1001010 | 10111 | 10 | 111010 | 110001 |
Color Harmonies of #C53A34
Complementary color
Monochromatic Colors of #C53A34
Black with #C53A34
Text Example
Text Example
White with #C53A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A34; }
p { color: rgb(197,58,52); }
H1.HeaderClassName
{
color: #C53A34;
}
.AnyTagClassName
{
color: #C53A34;
}
</style>
background-color css
<style>
a { background-color: #C53A34; }
a { background-color: rgb(197,58,52); }
div.DivClassName
{
background-color: #C53A34;
}
.BgClassName
{
background-color: #C53A34;
}
</style>
border-color css
<style>
span { border-color: #C53A34; }
span { border-color: rgb(197,58,52); }
td.TdClassName
{
border-color: #C53A34;
}
.TagClassName
{
border-color: #C53A34;
}
</style>