Shades of Persian Red #C52E2C
Tints of Persian Red #C52E2C
RGB
CMYK
RGB Variations
Color information
#C52E2C (or 0xC52E2C) is known color: Persian Red. HEX triplet: C5, 2E and 2C. RGB value is (197,46,44). Sum of RGB (Red+Green+Blue) = 197+46+44=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52E2C is #3AD1D3. Grayscale: #5B5B5B. Windows color (decimal): -3854804 or 2895557. OLE color: 2895557.
HSL color Cylindrical-coordinate representation of color #C52E2C: hue angle of 0.78º 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 #C52E2C is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 44 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.23 |
| HSL | 0.78º | 0.63% | 0.47% | - |
| HSV(B) | 0.78º | 0.78% | 0.77% | - |
| XYZ | 24.46 | 14.01 | 3.8 | - |
| YUV | 90.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 44 | 0 | 0.77 | 0.78 | 0.23 | 0.78 | 0.63 | 0.47 |
| Hex | C5 | 2E | 2C | 0 | 4D | 4E | 17 | 1 | 3F | 2F |
| Octal | 305 | 56 | 54 | 0 | 115 | 116 | 27 | 1 | 77 | 57 |
| Binary | 11000101 | 101110 | 101100 | 0 | 1001101 | 1001110 | 10111 | 1 | 111111 | 101111 |
Color Harmonies of #C52E2C
Complementary color
Monochromatic Colors of #C52E2C
Black with #C52E2C
Text Example
Text Example
White with #C52E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E2C; }
p { color: rgb(197,46,44); }
H1.HeaderClassName
{
color: #C52E2C;
}
.AnyTagClassName
{
color: #C52E2C;
}
</style>
background-color css
<style>
a { background-color: #C52E2C; }
a { background-color: rgb(197,46,44); }
div.DivClassName
{
background-color: #C52E2C;
}
.BgClassName
{
background-color: #C52E2C;
}
</style>
border-color css
<style>
span { border-color: #C52E2C; }
span { border-color: rgb(197,46,44); }
td.TdClassName
{
border-color: #C52E2C;
}
.TagClassName
{
border-color: #C52E2C;
}
</style>