Shades of Persian Red #C52E28
Tints of Persian Red #C52E28
RGB
CMYK
RGB Variations
Color information
#C52E28 (or 0xC52E28) is known color: Persian Red. HEX triplet: C5, 2E and 28. RGB value is (197,46,40). Sum of RGB (Red+Green+Blue) = 197+46+40=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52E28 is #3AD1D7. Grayscale: #5A5A5A. Windows color (decimal): -3854808 or 2633413. OLE color: 2633413.
HSL color Cylindrical-coordinate representation of color #C52E28: hue angle of 2.29º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52E28 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 40 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.23 |
| HSL | 2.29º | 0.66% | 0.46% | - |
| HSV(B) | 2.29º | 0.8% | 0.77% | - |
| XYZ | 24.39 | 13.98 | 3.42 | - |
| YUV | 90.47 | 99.53 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 40 | 0 | 0.77 | 0.80 | 0.23 | 2.29 | 0.66 | 0.46 |
| Hex | C5 | 2E | 28 | 0 | 4D | 50 | 17 | 2 | 42 | 2E |
| Octal | 305 | 56 | 50 | 0 | 115 | 120 | 27 | 2 | 102 | 56 |
| Binary | 11000101 | 101110 | 101000 | 0 | 1001101 | 1010000 | 10111 | 10 | 1000010 | 101110 |
Color Harmonies of #C52E28
Complementary color
Monochromatic Colors of #C52E28
Black with #C52E28
Text Example
Text Example
White with #C52E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E28; }
p { color: rgb(197,46,40); }
H1.HeaderClassName
{
color: #C52E28;
}
.AnyTagClassName
{
color: #C52E28;
}
</style>
background-color css
<style>
a { background-color: #C52E28; }
a { background-color: rgb(197,46,40); }
div.DivClassName
{
background-color: #C52E28;
}
.BgClassName
{
background-color: #C52E28;
}
</style>
border-color css
<style>
span { border-color: #C52E28; }
span { border-color: rgb(197,46,40); }
td.TdClassName
{
border-color: #C52E28;
}
.TagClassName
{
border-color: #C52E28;
}
</style>