Shades of Persian Red #C53332
Tints of Persian Red #C53332
RGB
CMYK
RGB Variations
Color information
#C53332 (or 0xC53332) is known color: Persian Red. HEX triplet: C5, 33 and 32. RGB value is (197,51,50). Sum of RGB (Red+Green+Blue) = 197+51+50=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C53332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53332 is #3ACCCD. Grayscale: #5E5E5E. Windows color (decimal): -3853518 or 3290053. OLE color: 3290053.
HSL color Cylindrical-coordinate representation of color #C53332: hue angle of 0.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53332 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 50 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.23 |
| HSL | 0.41º | 0.6% | 0.48% | - |
| HSV(B) | 0.41º | 0.75% | 0.77% | - |
| XYZ | 24.79 | 14.47 | 4.5 | - |
| YUV | 94.54 | 102.87 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 50 | 0 | 0.74 | 0.75 | 0.23 | 0.41 | 0.6 | 0.48 |
| Hex | C5 | 33 | 32 | 0 | 4A | 4B | 17 | 0 | 3C | 30 |
| Octal | 305 | 63 | 62 | 0 | 112 | 113 | 27 | 0 | 74 | 60 |
| Binary | 11000101 | 110011 | 110010 | 0 | 1001010 | 1001011 | 10111 | 0 | 111100 | 110000 |
Color Harmonies of #C53332
Complementary color
Monochromatic Colors of #C53332
Black with #C53332
Text Example
Text Example
White with #C53332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53332; }
p { color: rgb(197,51,50); }
H1.HeaderClassName
{
color: #C53332;
}
.AnyTagClassName
{
color: #C53332;
}
</style>
background-color css
<style>
a { background-color: #C53332; }
a { background-color: rgb(197,51,50); }
div.DivClassName
{
background-color: #C53332;
}
.BgClassName
{
background-color: #C53332;
}
</style>
border-color css
<style>
span { border-color: #C53332; }
span { border-color: rgb(197,51,50); }
td.TdClassName
{
border-color: #C53332;
}
.TagClassName
{
border-color: #C53332;
}
</style>