Shades of Persian Red #C53D2C
Tints of Persian Red #C53D2C
RGB
CMYK
RGB Variations
Color information
#C53D2C (or 0xC53D2C) is known color: Persian Red. HEX triplet: C5, 3D and 2C. RGB value is (197,61,44). Sum of RGB (Red+Green+Blue) = 197+61+44=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D2C is #3AC2D3. Grayscale: #636363. Windows color (decimal): -3850964 or 2899397. OLE color: 2899397.
HSL color Cylindrical-coordinate representation of color #C53D2C: hue angle of 6.67º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C53D2C is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 44 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.23 |
| HSL | 6.67º | 0.63% | 0.47% | - |
| HSV(B) | 6.67º | 0.78% | 0.77% | - |
| XYZ | 25.15 | 15.39 | 4.03 | - |
| YUV | 99.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 44 | 0 | 0.69 | 0.78 | 0.23 | 6.67 | 0.63 | 0.47 |
| Hex | C5 | 3D | 2C | 0 | 45 | 4E | 17 | 7 | 3F | 2F |
| Octal | 305 | 75 | 54 | 0 | 105 | 116 | 27 | 7 | 77 | 57 |
| Binary | 11000101 | 111101 | 101100 | 0 | 1000101 | 1001110 | 10111 | 111 | 111111 | 101111 |
Color Harmonies of #C53D2C
Complementary color
Monochromatic Colors of #C53D2C
Black with #C53D2C
Text Example
Text Example
White with #C53D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D2C; }
p { color: rgb(197,61,44); }
H1.HeaderClassName
{
color: #C53D2C;
}
.AnyTagClassName
{
color: #C53D2C;
}
</style>
background-color css
<style>
a { background-color: #C53D2C; }
a { background-color: rgb(197,61,44); }
div.DivClassName
{
background-color: #C53D2C;
}
.BgClassName
{
background-color: #C53D2C;
}
</style>
border-color css
<style>
span { border-color: #C53D2C; }
span { border-color: rgb(197,61,44); }
td.TdClassName
{
border-color: #C53D2C;
}
.TagClassName
{
border-color: #C53D2C;
}
</style>