Shades of Persian Red #C52B27
Tints of Persian Red #C52B27
RGB
CMYK
RGB Variations
Color information
#C52B27 (or 0xC52B27) is known color: Persian Red. HEX triplet: C5, 2B and 27. RGB value is (197,43,39). Sum of RGB (Red+Green+Blue) = 197+43+39=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52B27 is #3AD4D8. Grayscale: #585858. Windows color (decimal): -3855577 or 2567109. OLE color: 2567109.
HSL color Cylindrical-coordinate representation of color #C52B27: hue angle of 1.52º 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 #C52B27 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 39 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.23 |
| HSL | 1.52º | 0.67% | 0.46% | - |
| HSV(B) | 1.52º | 0.8% | 0.77% | - |
| XYZ | 24.26 | 13.74 | 3.29 | - |
| YUV | 88.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 39 | 0 | 0.78 | 0.80 | 0.23 | 1.52 | 0.67 | 0.46 |
| Hex | C5 | 2B | 27 | 0 | 4E | 50 | 17 | 2 | 43 | 2E |
| Octal | 305 | 53 | 47 | 0 | 116 | 120 | 27 | 2 | 103 | 56 |
| Binary | 11000101 | 101011 | 100111 | 0 | 1001110 | 1010000 | 10111 | 10 | 1000011 | 101110 |
Color Harmonies of #C52B27
Complementary color
Monochromatic Colors of #C52B27
Black with #C52B27
Text Example
Text Example
White with #C52B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52B27; }
p { color: rgb(197,43,39); }
H1.HeaderClassName
{
color: #C52B27;
}
.AnyTagClassName
{
color: #C52B27;
}
</style>
background-color css
<style>
a { background-color: #C52B27; }
a { background-color: rgb(197,43,39); }
div.DivClassName
{
background-color: #C52B27;
}
.BgClassName
{
background-color: #C52B27;
}
</style>
border-color css
<style>
span { border-color: #C52B27; }
span { border-color: rgb(197,43,39); }
td.TdClassName
{
border-color: #C52B27;
}
.TagClassName
{
border-color: #C52B27;
}
</style>