Shades of Persian Red #C53D34
Tints of Persian Red #C53D34
RGB
CMYK
RGB Variations
Color information
#C53D34 (or 0xC53D34) is known color: Persian Red. HEX triplet: C5, 3D and 34. RGB value is (197,61,52). Sum of RGB (Red+Green+Blue) = 197+61+52=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D34 is #3AC2CB. Grayscale: #646464. Windows color (decimal): -3850956 or 3423685. OLE color: 3423685.
HSL color Cylindrical-coordinate representation of color #C53D34: hue angle of 3.72º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53D34 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 52 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.23 |
| HSL | 3.72º | 0.58% | 0.49% | - |
| HSV(B) | 3.72º | 0.74% | 0.77% | - |
| XYZ | 25.31 | 15.46 | 4.9 | - |
| YUV | 100.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 52 | 0 | 0.69 | 0.74 | 0.23 | 3.72 | 0.58 | 0.49 |
| Hex | C5 | 3D | 34 | 0 | 45 | 4A | 17 | 4 | 3A | 31 |
| Octal | 305 | 75 | 64 | 0 | 105 | 112 | 27 | 4 | 72 | 61 |
| Binary | 11000101 | 111101 | 110100 | 0 | 1000101 | 1001010 | 10111 | 100 | 111010 | 110001 |
Color Harmonies of #C53D34
Complementary color
Monochromatic Colors of #C53D34
Black with #C53D34
Text Example
Text Example
White with #C53D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D34; }
p { color: rgb(197,61,52); }
H1.HeaderClassName
{
color: #C53D34;
}
.AnyTagClassName
{
color: #C53D34;
}
</style>
background-color css
<style>
a { background-color: #C53D34; }
a { background-color: rgb(197,61,52); }
div.DivClassName
{
background-color: #C53D34;
}
.BgClassName
{
background-color: #C53D34;
}
</style>
border-color css
<style>
span { border-color: #C53D34; }
span { border-color: rgb(197,61,52); }
td.TdClassName
{
border-color: #C53D34;
}
.TagClassName
{
border-color: #C53D34;
}
</style>