Shades of Persian Red #C53D36
Tints of Persian Red #C53D36
RGB
CMYK
RGB Variations
Color information
#C53D36 (or 0xC53D36) is known color: Persian Red. HEX triplet: C5, 3D and 36. RGB value is (197,61,54). Sum of RGB (Red+Green+Blue) = 197+61+54=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D36 is #3AC2C9. Grayscale: #656565. Windows color (decimal): -3850954 or 3554757. OLE color: 3554757.
HSL color Cylindrical-coordinate representation of color #C53D36: hue angle of 2.94º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53D36 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 54 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.23 |
| HSL | 2.94º | 0.57% | 0.49% | - |
| HSV(B) | 2.94º | 0.73% | 0.77% | - |
| XYZ | 25.36 | 15.47 | 5.14 | - |
| YUV | 100.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 54 | 0 | 0.69 | 0.73 | 0.23 | 2.94 | 0.57 | 0.49 |
| Hex | C5 | 3D | 36 | 0 | 45 | 49 | 17 | 3 | 39 | 31 |
| Octal | 305 | 75 | 66 | 0 | 105 | 111 | 27 | 3 | 71 | 61 |
| Binary | 11000101 | 111101 | 110110 | 0 | 1000101 | 1001001 | 10111 | 11 | 111001 | 110001 |
Color Harmonies of #C53D36
Complementary color
Monochromatic Colors of #C53D36
Black with #C53D36
Text Example
Text Example
White with #C53D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D36; }
p { color: rgb(197,61,54); }
H1.HeaderClassName
{
color: #C53D36;
}
.AnyTagClassName
{
color: #C53D36;
}
</style>
background-color css
<style>
a { background-color: #C53D36; }
a { background-color: rgb(197,61,54); }
div.DivClassName
{
background-color: #C53D36;
}
.BgClassName
{
background-color: #C53D36;
}
</style>
border-color css
<style>
span { border-color: #C53D36; }
span { border-color: rgb(197,61,54); }
td.TdClassName
{
border-color: #C53D36;
}
.TagClassName
{
border-color: #C53D36;
}
</style>