Shades of Persian Red #C53832
Tints of Persian Red #C53832
RGB
CMYK
RGB Variations
Color information
#C53832 (or 0xC53832) is known color: Persian Red. HEX triplet: C5, 38 and 32. RGB value is (197,56,50). Sum of RGB (Red+Green+Blue) = 197+56+50=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C53832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53832 is #3AC7CD. Grayscale: #616161. Windows color (decimal): -3852238 or 3291333. OLE color: 3291333.
HSL color Cylindrical-coordinate representation of color #C53832: hue angle of 2.45º 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 #C53832 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 50 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.23 |
| HSL | 2.45º | 0.6% | 0.48% | - |
| HSV(B) | 2.45º | 0.75% | 0.77% | - |
| XYZ | 25.02 | 14.93 | 4.58 | - |
| YUV | 97.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 50 | 0 | 0.72 | 0.75 | 0.23 | 2.45 | 0.6 | 0.48 |
| Hex | C5 | 38 | 32 | 0 | 48 | 4B | 17 | 2 | 3C | 30 |
| Octal | 305 | 70 | 62 | 0 | 110 | 113 | 27 | 2 | 74 | 60 |
| Binary | 11000101 | 111000 | 110010 | 0 | 1001000 | 1001011 | 10111 | 10 | 111100 | 110000 |
Color Harmonies of #C53832
Complementary color
Monochromatic Colors of #C53832
Black with #C53832
Text Example
Text Example
White with #C53832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53832; }
p { color: rgb(197,56,50); }
H1.HeaderClassName
{
color: #C53832;
}
.AnyTagClassName
{
color: #C53832;
}
</style>
background-color css
<style>
a { background-color: #C53832; }
a { background-color: rgb(197,56,50); }
div.DivClassName
{
background-color: #C53832;
}
.BgClassName
{
background-color: #C53832;
}
</style>
border-color css
<style>
span { border-color: #C53832; }
span { border-color: rgb(197,56,50); }
td.TdClassName
{
border-color: #C53832;
}
.TagClassName
{
border-color: #C53832;
}
</style>