Shades of Persian Red #C53A35
Tints of Persian Red #C53A35
RGB
CMYK
RGB Variations
Color information
#C53A35 (or 0xC53A35) is known color: Persian Red. HEX triplet: C5, 3A and 35. RGB value is (197,58,53). Sum of RGB (Red+Green+Blue) = 197+58+53=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A35 is #3AC5CA. Grayscale: #636363. Windows color (decimal): -3851723 or 3488453. OLE color: 3488453.
HSL color Cylindrical-coordinate representation of color #C53A35: hue angle of 2.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53A35 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 53 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.23 |
| HSL | 2.08º | 0.58% | 0.49% | - |
| HSV(B) | 2.08º | 0.73% | 0.77% | - |
| XYZ | 25.18 | 15.15 | 4.97 | - |
| YUV | 98.99 | 102.05 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 53 | 0 | 0.71 | 0.73 | 0.23 | 2.08 | 0.58 | 0.49 |
| Hex | C5 | 3A | 35 | 0 | 47 | 49 | 17 | 2 | 3A | 31 |
| Octal | 305 | 72 | 65 | 0 | 107 | 111 | 27 | 2 | 72 | 61 |
| Binary | 11000101 | 111010 | 110101 | 0 | 1000111 | 1001001 | 10111 | 10 | 111010 | 110001 |
Color Harmonies of #C53A35
Complementary color
Monochromatic Colors of #C53A35
Black with #C53A35
Text Example
Text Example
White with #C53A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A35; }
p { color: rgb(197,58,53); }
H1.HeaderClassName
{
color: #C53A35;
}
.AnyTagClassName
{
color: #C53A35;
}
</style>
background-color css
<style>
a { background-color: #C53A35; }
a { background-color: rgb(197,58,53); }
div.DivClassName
{
background-color: #C53A35;
}
.BgClassName
{
background-color: #C53A35;
}
</style>
border-color css
<style>
span { border-color: #C53A35; }
span { border-color: rgb(197,58,53); }
td.TdClassName
{
border-color: #C53A35;
}
.TagClassName
{
border-color: #C53A35;
}
</style>