Shades of Persian Red #C53F34
Tints of Persian Red #C53F34
RGB
CMYK
RGB Variations
Color information
#C53F34 (or 0xC53F34) is known color: Persian Red. HEX triplet: C5, 3F and 34. RGB value is (197,63,52). Sum of RGB (Red+Green+Blue) = 197+63+52=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F34 is #3AC0CB. Grayscale: #656565. Windows color (decimal): -3850444 or 3424197. OLE color: 3424197.
HSL color Cylindrical-coordinate representation of color #C53F34: hue angle of 4.55º 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 #C53F34 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 52 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.23 |
| HSL | 4.55º | 0.58% | 0.49% | - |
| HSV(B) | 4.55º | 0.74% | 0.77% | - |
| XYZ | 25.42 | 15.67 | 4.93 | - |
| YUV | 101.81 | 99.89 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 52 | 0 | 0.68 | 0.74 | 0.23 | 4.55 | 0.58 | 0.49 |
| Hex | C5 | 3F | 34 | 0 | 44 | 4A | 17 | 5 | 3A | 31 |
| Octal | 305 | 77 | 64 | 0 | 104 | 112 | 27 | 5 | 72 | 61 |
| Binary | 11000101 | 111111 | 110100 | 0 | 1000100 | 1001010 | 10111 | 101 | 111010 | 110001 |
Color Harmonies of #C53F34
Complementary color
Monochromatic Colors of #C53F34
Black with #C53F34
Text Example
Text Example
White with #C53F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F34; }
p { color: rgb(197,63,52); }
H1.HeaderClassName
{
color: #C53F34;
}
.AnyTagClassName
{
color: #C53F34;
}
</style>
background-color css
<style>
a { background-color: #C53F34; }
a { background-color: rgb(197,63,52); }
div.DivClassName
{
background-color: #C53F34;
}
.BgClassName
{
background-color: #C53F34;
}
</style>
border-color css
<style>
span { border-color: #C53F34; }
span { border-color: rgb(197,63,52); }
td.TdClassName
{
border-color: #C53F34;
}
.TagClassName
{
border-color: #C53F34;
}
</style>