Shades of Persian Red #C53935
Tints of Persian Red #C53935
RGB
CMYK
RGB Variations
Color information
#C53935 (or 0xC53935) is known color: Persian Red. HEX triplet: C5, 39 and 35. RGB value is (197,57,53). Sum of RGB (Red+Green+Blue) = 197+57+53=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C53935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53935 is #3AC6CA. Grayscale: #626262. Windows color (decimal): -3851979 or 3488197. OLE color: 3488197.
HSL color Cylindrical-coordinate representation of color #C53935: hue angle of 1.67º 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 #C53935 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 53 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.23 |
| HSL | 1.67º | 0.58% | 0.49% | - |
| HSV(B) | 1.67º | 0.73% | 0.77% | - |
| XYZ | 25.13 | 15.05 | 4.95 | - |
| YUV | 98.4 | 102.38 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 53 | 0 | 0.71 | 0.73 | 0.23 | 1.67 | 0.58 | 0.49 |
| Hex | C5 | 39 | 35 | 0 | 47 | 49 | 17 | 2 | 3A | 31 |
| Octal | 305 | 71 | 65 | 0 | 107 | 111 | 27 | 2 | 72 | 61 |
| Binary | 11000101 | 111001 | 110101 | 0 | 1000111 | 1001001 | 10111 | 10 | 111010 | 110001 |
Color Harmonies of #C53935
Complementary color
Monochromatic Colors of #C53935
Black with #C53935
Text Example
Text Example
White with #C53935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53935; }
p { color: rgb(197,57,53); }
H1.HeaderClassName
{
color: #C53935;
}
.AnyTagClassName
{
color: #C53935;
}
</style>
background-color css
<style>
a { background-color: #C53935; }
a { background-color: rgb(197,57,53); }
div.DivClassName
{
background-color: #C53935;
}
.BgClassName
{
background-color: #C53935;
}
</style>
border-color css
<style>
span { border-color: #C53935; }
span { border-color: rgb(197,57,53); }
td.TdClassName
{
border-color: #C53935;
}
.TagClassName
{
border-color: #C53935;
}
</style>