Shades of Persian Red #C53324
Tints of Persian Red #C53324
RGB
CMYK
RGB Variations
Color information
#C53324 (or 0xC53324) is known color: Persian Red. HEX triplet: C5, 33 and 24. RGB value is (197,51,36). Sum of RGB (Red+Green+Blue) = 197+51+36=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C53324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53324 is #3ACCDB. Grayscale: #5D5D5D. Windows color (decimal): -3853532 or 2372549. OLE color: 2372549.
HSL color Cylindrical-coordinate representation of color #C53324: hue angle of 5.59º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C53324 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 36 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.23 |
| HSL | 5.59º | 0.69% | 0.46% | - |
| HSV(B) | 5.59º | 0.82% | 0.77% | - |
| XYZ | 24.53 | 14.37 | 3.15 | - |
| YUV | 92.94 | 95.87 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 36 | 0 | 0.74 | 0.82 | 0.23 | 5.59 | 0.69 | 0.46 |
| Hex | C5 | 33 | 24 | 0 | 4A | 52 | 17 | 6 | 45 | 2E |
| Octal | 305 | 63 | 44 | 0 | 112 | 122 | 27 | 6 | 105 | 56 |
| Binary | 11000101 | 110011 | 100100 | 0 | 1001010 | 1010010 | 10111 | 110 | 1000101 | 101110 |
Color Harmonies of #C53324
Complementary color
Monochromatic Colors of #C53324
Black with #C53324
Text Example
Text Example
White with #C53324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53324; }
p { color: rgb(197,51,36); }
H1.HeaderClassName
{
color: #C53324;
}
.AnyTagClassName
{
color: #C53324;
}
</style>
background-color css
<style>
a { background-color: #C53324; }
a { background-color: rgb(197,51,36); }
div.DivClassName
{
background-color: #C53324;
}
.BgClassName
{
background-color: #C53324;
}
</style>
border-color css
<style>
span { border-color: #C53324; }
span { border-color: rgb(197,51,36); }
td.TdClassName
{
border-color: #C53324;
}
.TagClassName
{
border-color: #C53324;
}
</style>