Shades of Persian Red #C53D2B
Tints of Persian Red #C53D2B
RGB
CMYK
RGB Variations
Color information
#C53D2B (or 0xC53D2B) is known color: Persian Red. HEX triplet: C5, 3D and 2B. RGB value is (197,61,43). Sum of RGB (Red+Green+Blue) = 197+61+43=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D2B is #3AC2D4. Grayscale: #636363. Windows color (decimal): -3850965 or 2833861. OLE color: 2833861.
HSL color Cylindrical-coordinate representation of color #C53D2B: hue angle of 7.01º degrees, saturation: 0.64, 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 #C53D2B is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 43 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.23 |
| HSL | 7.01º | 0.64% | 0.47% | - |
| HSV(B) | 7.01º | 0.78% | 0.77% | - |
| XYZ | 25.13 | 15.38 | 3.93 | - |
| YUV | 99.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 43 | 0 | 0.69 | 0.78 | 0.23 | 7.01 | 0.64 | 0.47 |
| Hex | C5 | 3D | 2B | 0 | 45 | 4E | 17 | 7 | 40 | 2F |
| Octal | 305 | 75 | 53 | 0 | 105 | 116 | 27 | 7 | 100 | 57 |
| Binary | 11000101 | 111101 | 101011 | 0 | 1000101 | 1001110 | 10111 | 111 | 1000000 | 101111 |
Color Harmonies of #C53D2B
Complementary color
Monochromatic Colors of #C53D2B
Black with #C53D2B
Text Example
Text Example
White with #C53D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D2B; }
p { color: rgb(197,61,43); }
H1.HeaderClassName
{
color: #C53D2B;
}
.AnyTagClassName
{
color: #C53D2B;
}
</style>
background-color css
<style>
a { background-color: #C53D2B; }
a { background-color: rgb(197,61,43); }
div.DivClassName
{
background-color: #C53D2B;
}
.BgClassName
{
background-color: #C53D2B;
}
</style>
border-color css
<style>
span { border-color: #C53D2B; }
span { border-color: rgb(197,61,43); }
td.TdClassName
{
border-color: #C53D2B;
}
.TagClassName
{
border-color: #C53D2B;
}
</style>