Shades of Persian Red #C52826
Tints of Persian Red #C52826
RGB
CMYK
RGB Variations
Color information
#C52826 (or 0xC52826) is known color: Persian Red. HEX triplet: C5, 28 and 26. RGB value is (197,40,38). Sum of RGB (Red+Green+Blue) = 197+40+38=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C52826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52826 is #3AD7D9. Grayscale: #565656. Windows color (decimal): -3856346 or 2500805. OLE color: 2500805.
HSL color Cylindrical-coordinate representation of color #C52826: hue angle of 0.75º 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 #C52826 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 38 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.23 |
| HSL | 0.75º | 0.68% | 0.46% | - |
| HSV(B) | 0.75º | 0.81% | 0.77% | - |
| XYZ | 24.13 | 13.53 | 3.17 | - |
| YUV | 86.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 38 | 0 | 0.80 | 0.81 | 0.23 | 0.75 | 0.68 | 0.46 |
| Hex | C5 | 28 | 26 | 0 | 50 | 51 | 17 | 1 | 44 | 2E |
| Octal | 305 | 50 | 46 | 0 | 120 | 121 | 27 | 1 | 104 | 56 |
| Binary | 11000101 | 101000 | 100110 | 0 | 1010000 | 1010001 | 10111 | 1 | 1000100 | 101110 |
Color Harmonies of #C52826
Complementary color
Monochromatic Colors of #C52826
Black with #C52826
Text Example
Text Example
White with #C52826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52826; }
p { color: rgb(197,40,38); }
H1.HeaderClassName
{
color: #C52826;
}
.AnyTagClassName
{
color: #C52826;
}
</style>
background-color css
<style>
a { background-color: #C52826; }
a { background-color: rgb(197,40,38); }
div.DivClassName
{
background-color: #C52826;
}
.BgClassName
{
background-color: #C52826;
}
</style>
border-color css
<style>
span { border-color: #C52826; }
span { border-color: rgb(197,40,38); }
td.TdClassName
{
border-color: #C52826;
}
.TagClassName
{
border-color: #C52826;
}
</style>