Shades of Persian Red #C53533
Tints of Persian Red #C53533
RGB
CMYK
RGB Variations
Color information
#C53533 (or 0xC53533) is known color: Persian Red. HEX triplet: C5, 35 and 33. RGB value is (197,53,51). Sum of RGB (Red+Green+Blue) = 197+53+51=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C53533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53533 is #3ACACC. Grayscale: #5F5F5F. Windows color (decimal): -3853005 or 3356101. OLE color: 3356101.
HSL color Cylindrical-coordinate representation of color #C53533: hue angle of 0.82º degrees, saturation: 0.59, 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 #C53533 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 51 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.23 |
| HSL | 0.82º | 0.59% | 0.49% | - |
| HSV(B) | 0.82º | 0.74% | 0.77% | - |
| XYZ | 24.9 | 14.66 | 4.65 | - |
| YUV | 95.83 | 102.71 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 51 | 0 | 0.73 | 0.74 | 0.23 | 0.82 | 0.59 | 0.49 |
| Hex | C5 | 35 | 33 | 0 | 49 | 4A | 17 | 1 | 3B | 31 |
| Octal | 305 | 65 | 63 | 0 | 111 | 112 | 27 | 1 | 73 | 61 |
| Binary | 11000101 | 110101 | 110011 | 0 | 1001001 | 1001010 | 10111 | 1 | 111011 | 110001 |
Color Harmonies of #C53533
Complementary color
Monochromatic Colors of #C53533
Black with #C53533
Text Example
Text Example
White with #C53533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53533; }
p { color: rgb(197,53,51); }
H1.HeaderClassName
{
color: #C53533;
}
.AnyTagClassName
{
color: #C53533;
}
</style>
background-color css
<style>
a { background-color: #C53533; }
a { background-color: rgb(197,53,51); }
div.DivClassName
{
background-color: #C53533;
}
.BgClassName
{
background-color: #C53533;
}
</style>
border-color css
<style>
span { border-color: #C53533; }
span { border-color: rgb(197,53,51); }
td.TdClassName
{
border-color: #C53533;
}
.TagClassName
{
border-color: #C53533;
}
</style>