Shades of Persian Red #C52A26
Tints of Persian Red #C52A26
RGB
CMYK
RGB Variations
Color information
#C52A26 (or 0xC52A26) is known color: Persian Red. HEX triplet: C5, 2A and 26. RGB value is (197,42,38). Sum of RGB (Red+Green+Blue) = 197+42+38=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52A26 is #3AD5D9. Grayscale: #585858. Windows color (decimal): -3855834 or 2501317. OLE color: 2501317.
HSL color Cylindrical-coordinate representation of color #C52A26: hue angle of 1.51º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52A26 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 38 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.23 |
| HSL | 1.51º | 0.68% | 0.46% | - |
| HSV(B) | 1.51º | 0.81% | 0.77% | - |
| XYZ | 24.2 | 13.67 | 3.2 | - |
| YUV | 87.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 38 | 0 | 0.79 | 0.81 | 0.23 | 1.51 | 0.68 | 0.46 |
| Hex | C5 | 2A | 26 | 0 | 4F | 51 | 17 | 2 | 44 | 2E |
| Octal | 305 | 52 | 46 | 0 | 117 | 121 | 27 | 2 | 104 | 56 |
| Binary | 11000101 | 101010 | 100110 | 0 | 1001111 | 1010001 | 10111 | 10 | 1000100 | 101110 |
Color Harmonies of #C52A26
Complementary color
Monochromatic Colors of #C52A26
Black with #C52A26
Text Example
Text Example
White with #C52A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A26; }
p { color: rgb(197,42,38); }
H1.HeaderClassName
{
color: #C52A26;
}
.AnyTagClassName
{
color: #C52A26;
}
</style>
background-color css
<style>
a { background-color: #C52A26; }
a { background-color: rgb(197,42,38); }
div.DivClassName
{
background-color: #C52A26;
}
.BgClassName
{
background-color: #C52A26;
}
</style>
border-color css
<style>
span { border-color: #C52A26; }
span { border-color: rgb(197,42,38); }
td.TdClassName
{
border-color: #C52A26;
}
.TagClassName
{
border-color: #C52A26;
}
</style>