Shades of Persian Red #C52F25
Tints of Persian Red #C52F25
RGB
CMYK
RGB Variations
Color information
#C52F25 (or 0xC52F25) is known color: Persian Red. HEX triplet: C5, 2F and 25. RGB value is (197,47,37). Sum of RGB (Red+Green+Blue) = 197+47+37=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52F25 is #3AD0DA. Grayscale: #5A5A5A. Windows color (decimal): -3854555 or 2437061. OLE color: 2437061.
HSL color Cylindrical-coordinate representation of color #C52F25: hue angle of 3.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 #C52F25 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 37 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.23 |
| HSL | 3.75º | 0.68% | 0.46% | - |
| HSV(B) | 3.75º | 0.81% | 0.77% | - |
| XYZ | 24.38 | 14.04 | 3.17 | - |
| YUV | 90.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 37 | 0 | 0.76 | 0.81 | 0.23 | 3.75 | 0.68 | 0.46 |
| Hex | C5 | 2F | 25 | 0 | 4C | 51 | 17 | 4 | 44 | 2E |
| Octal | 305 | 57 | 45 | 0 | 114 | 121 | 27 | 4 | 104 | 56 |
| Binary | 11000101 | 101111 | 100101 | 0 | 1001100 | 1010001 | 10111 | 100 | 1000100 | 101110 |
Color Harmonies of #C52F25
Complementary color
Monochromatic Colors of #C52F25
Black with #C52F25
Text Example
Text Example
White with #C52F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F25; }
p { color: rgb(197,47,37); }
H1.HeaderClassName
{
color: #C52F25;
}
.AnyTagClassName
{
color: #C52F25;
}
</style>
background-color css
<style>
a { background-color: #C52F25; }
a { background-color: rgb(197,47,37); }
div.DivClassName
{
background-color: #C52F25;
}
.BgClassName
{
background-color: #C52F25;
}
</style>
border-color css
<style>
span { border-color: #C52F25; }
span { border-color: rgb(197,47,37); }
td.TdClassName
{
border-color: #C52F25;
}
.TagClassName
{
border-color: #C52F25;
}
</style>