Shades of Persian Red #C52626
Tints of Persian Red #C52626
RGB
CMYK
RGB Variations
Color information
#C52626 (or 0xC52626) is known color: Persian Red. HEX triplet: C5, 26 and 26. RGB value is (197,38,38). Sum of RGB (Red+Green+Blue) = 197+38+38=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C52626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52626 is #3AD9D9. Grayscale: #555555. Windows color (decimal): -3856858 or 2500293. OLE color: 2500293.
HSL color Cylindrical-coordinate representation of color #C52626: hue angle of 0º 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 #C52626 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 38 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.23 |
| HSL | 0º | 0.68% | 0.46% | - |
| HSV(B) | 0º | 0.81% | 0.77% | - |
| XYZ | 24.07 | 13.4 | 3.15 | - |
| YUV | 85.54 | 101.18 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 38 | 0 | 0.81 | 0.81 | 0.23 | 0 | 0.68 | 0.46 |
| Hex | C5 | 26 | 26 | 0 | 51 | 51 | 17 | 0 | 44 | 2E |
| Octal | 305 | 46 | 46 | 0 | 121 | 121 | 27 | 0 | 104 | 56 |
| Binary | 11000101 | 100110 | 100110 | 0 | 1010001 | 1010001 | 10111 | 0 | 1000100 | 101110 |
Color Harmonies of #C52626
Complementary color
Monochromatic Colors of #C52626
Black with #C52626
Text Example
Text Example
White with #C52626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52626; }
p { color: rgb(197,38,38); }
H1.HeaderClassName
{
color: #C52626;
}
.AnyTagClassName
{
color: #C52626;
}
</style>
background-color css
<style>
a { background-color: #C52626; }
a { background-color: rgb(197,38,38); }
div.DivClassName
{
background-color: #C52626;
}
.BgClassName
{
background-color: #C52626;
}
</style>
border-color css
<style>
span { border-color: #C52626; }
span { border-color: rgb(197,38,38); }
td.TdClassName
{
border-color: #C52626;
}
.TagClassName
{
border-color: #C52626;
}
</style>