Shades of Persian Red #C53325
Tints of Persian Red #C53325
RGB
CMYK
RGB Variations
Color information
#C53325 (or 0xC53325) is known color: Persian Red. HEX triplet: C5, 33 and 25. RGB value is (197,51,37). Sum of RGB (Red+Green+Blue) = 197+51+37=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C53325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53325 is #3ACCDA. Grayscale: #5D5D5D. Windows color (decimal): -3853531 or 2438085. OLE color: 2438085.
HSL color Cylindrical-coordinate representation of color #C53325: hue angle of 5.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C53325 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 37 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.23 |
| HSL | 5.25º | 0.68% | 0.46% | - |
| HSV(B) | 5.25º | 0.81% | 0.77% | - |
| XYZ | 24.54 | 14.37 | 3.23 | - |
| YUV | 93.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 37 | 0 | 0.74 | 0.81 | 0.23 | 5.25 | 0.68 | 0.46 |
| Hex | C5 | 33 | 25 | 0 | 4A | 51 | 17 | 5 | 44 | 2E |
| Octal | 305 | 63 | 45 | 0 | 112 | 121 | 27 | 5 | 104 | 56 |
| Binary | 11000101 | 110011 | 100101 | 0 | 1001010 | 1010001 | 10111 | 101 | 1000100 | 101110 |
Color Harmonies of #C53325
Complementary color
Monochromatic Colors of #C53325
Black with #C53325
Text Example
Text Example
White with #C53325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53325; }
p { color: rgb(197,51,37); }
H1.HeaderClassName
{
color: #C53325;
}
.AnyTagClassName
{
color: #C53325;
}
</style>
background-color css
<style>
a { background-color: #C53325; }
a { background-color: rgb(197,51,37); }
div.DivClassName
{
background-color: #C53325;
}
.BgClassName
{
background-color: #C53325;
}
</style>
border-color css
<style>
span { border-color: #C53325; }
span { border-color: rgb(197,51,37); }
td.TdClassName
{
border-color: #C53325;
}
.TagClassName
{
border-color: #C53325;
}
</style>