Shades of Persian Red #C53D29
Tints of Persian Red #C53D29
RGB
CMYK
RGB Variations
Color information
#C53D29 (or 0xC53D29) is known color: Persian Red. HEX triplet: C5, 3D and 29. RGB value is (197,61,41). Sum of RGB (Red+Green+Blue) = 197+61+41=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D29 is #3AC2D6. Grayscale: #636363. Windows color (decimal): -3850967 or 2702789. OLE color: 2702789.
HSL color Cylindrical-coordinate representation of color #C53D29: hue angle of 7.69º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C53D29 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 41 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.23 |
| HSL | 7.69º | 0.66% | 0.47% | - |
| HSV(B) | 7.69º | 0.79% | 0.77% | - |
| XYZ | 25.09 | 15.37 | 3.74 | - |
| YUV | 99.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 41 | 0 | 0.69 | 0.79 | 0.23 | 7.69 | 0.66 | 0.47 |
| Hex | C5 | 3D | 29 | 0 | 45 | 4F | 17 | 8 | 42 | 2F |
| Octal | 305 | 75 | 51 | 0 | 105 | 117 | 27 | 10 | 102 | 57 |
| Binary | 11000101 | 111101 | 101001 | 0 | 1000101 | 1001111 | 10111 | 1000 | 1000010 | 101111 |
Color Harmonies of #C53D29
Complementary color
Monochromatic Colors of #C53D29
Black with #C53D29
Text Example
Text Example
White with #C53D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D29; }
p { color: rgb(197,61,41); }
H1.HeaderClassName
{
color: #C53D29;
}
.AnyTagClassName
{
color: #C53D29;
}
</style>
background-color css
<style>
a { background-color: #C53D29; }
a { background-color: rgb(197,61,41); }
div.DivClassName
{
background-color: #C53D29;
}
.BgClassName
{
background-color: #C53D29;
}
</style>
border-color css
<style>
span { border-color: #C53D29; }
span { border-color: rgb(197,61,41); }
td.TdClassName
{
border-color: #C53D29;
}
.TagClassName
{
border-color: #C53D29;
}
</style>