Shades of Persian Red #C52E27
Tints of Persian Red #C52E27
RGB
CMYK
RGB Variations
Color information
#C52E27 (or 0xC52E27) is known color: Persian Red. HEX triplet: C5, 2E and 27. RGB value is (197,46,39). Sum of RGB (Red+Green+Blue) = 197+46+39=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52E27 is #3AD1D8. Grayscale: #5A5A5A. Windows color (decimal): -3854809 or 2567877. OLE color: 2567877.
HSL color Cylindrical-coordinate representation of color #C52E27: hue angle of 2.66º degrees, saturation: 0.67, 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 #C52E27 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 39 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.23 |
| HSL | 2.66º | 0.67% | 0.46% | - |
| HSV(B) | 2.66º | 0.8% | 0.77% | - |
| XYZ | 24.37 | 13.97 | 3.33 | - |
| YUV | 90.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 39 | 0 | 0.77 | 0.80 | 0.23 | 2.66 | 0.67 | 0.46 |
| Hex | C5 | 2E | 27 | 0 | 4D | 50 | 17 | 3 | 43 | 2E |
| Octal | 305 | 56 | 47 | 0 | 115 | 120 | 27 | 3 | 103 | 56 |
| Binary | 11000101 | 101110 | 100111 | 0 | 1001101 | 1010000 | 10111 | 11 | 1000011 | 101110 |
Color Harmonies of #C52E27
Complementary color
Monochromatic Colors of #C52E27
Black with #C52E27
Text Example
Text Example
White with #C52E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E27; }
p { color: rgb(197,46,39); }
H1.HeaderClassName
{
color: #C52E27;
}
.AnyTagClassName
{
color: #C52E27;
}
</style>
background-color css
<style>
a { background-color: #C52E27; }
a { background-color: rgb(197,46,39); }
div.DivClassName
{
background-color: #C52E27;
}
.BgClassName
{
background-color: #C52E27;
}
</style>
border-color css
<style>
span { border-color: #C52E27; }
span { border-color: rgb(197,46,39); }
td.TdClassName
{
border-color: #C52E27;
}
.TagClassName
{
border-color: #C52E27;
}
</style>