Shades of Persian Red #C53A3A
Tints of Persian Red #C53A3A
RGB
CMYK
RGB Variations
Color information
#C53A3A (or 0xC53A3A) is known color: Persian Red. HEX triplet: C5, 3A and 3A. RGB value is (197,58,58). Sum of RGB (Red+Green+Blue) = 197+58+58=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A3A is #3AC5C5. Grayscale: #636363. Windows color (decimal): -3851718 or 3816133. OLE color: 3816133.
HSL color Cylindrical-coordinate representation of color #C53A3A: hue angle of 0º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A3A is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 58 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.23 |
| HSL | 0º | 0.55% | 0.5% | - |
| HSV(B) | 0º | 0.71% | 0.77% | - |
| XYZ | 25.3 | 15.2 | 5.6 | - |
| YUV | 99.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 58 | 0 | 0.71 | 0.71 | 0.23 | 0 | 0.55 | 0.5 |
| Hex | C5 | 3A | 3A | 0 | 47 | 47 | 17 | 0 | 37 | 32 |
| Octal | 305 | 72 | 72 | 0 | 107 | 107 | 27 | 0 | 67 | 62 |
| Binary | 11000101 | 111010 | 111010 | 0 | 1000111 | 1000111 | 10111 | 0 | 110111 | 110010 |
Color Harmonies of #C53A3A
Complementary color
Monochromatic Colors of #C53A3A
Black with #C53A3A
Text Example
Text Example
White with #C53A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A3A; }
p { color: rgb(197,58,58); }
H1.HeaderClassName
{
color: #C53A3A;
}
.AnyTagClassName
{
color: #C53A3A;
}
</style>
background-color css
<style>
a { background-color: #C53A3A; }
a { background-color: rgb(197,58,58); }
div.DivClassName
{
background-color: #C53A3A;
}
.BgClassName
{
background-color: #C53A3A;
}
</style>
border-color css
<style>
span { border-color: #C53A3A; }
span { border-color: rgb(197,58,58); }
td.TdClassName
{
border-color: #C53A3A;
}
.TagClassName
{
border-color: #C53A3A;
}
</style>