Shades of Persian Red #C52F26
Tints of Persian Red #C52F26
RGB
CMYK
RGB Variations
Color information
#C52F26 (or 0xC52F26) is known color: Persian Red. HEX triplet: C5, 2F and 26. RGB value is (197,47,38). Sum of RGB (Red+Green+Blue) = 197+47+38=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52F26 is #3AD0D9. Grayscale: #5B5B5B. Windows color (decimal): -3854554 or 2502597. OLE color: 2502597.
HSL color Cylindrical-coordinate representation of color #C52F26: hue angle of 3.4º 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 #C52F26 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 38 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.23 |
| HSL | 3.4º | 0.68% | 0.46% | - |
| HSV(B) | 3.4º | 0.81% | 0.77% | - |
| XYZ | 24.39 | 14.04 | 3.26 | - |
| YUV | 90.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 38 | 0 | 0.76 | 0.81 | 0.23 | 3.4 | 0.68 | 0.46 |
| Hex | C5 | 2F | 26 | 0 | 4C | 51 | 17 | 3 | 44 | 2E |
| Octal | 305 | 57 | 46 | 0 | 114 | 121 | 27 | 3 | 104 | 56 |
| Binary | 11000101 | 101111 | 100110 | 0 | 1001100 | 1010001 | 10111 | 11 | 1000100 | 101110 |
Color Harmonies of #C52F26
Complementary color
Monochromatic Colors of #C52F26
Black with #C52F26
Text Example
Text Example
White with #C52F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F26; }
p { color: rgb(197,47,38); }
H1.HeaderClassName
{
color: #C52F26;
}
.AnyTagClassName
{
color: #C52F26;
}
</style>
background-color css
<style>
a { background-color: #C52F26; }
a { background-color: rgb(197,47,38); }
div.DivClassName
{
background-color: #C52F26;
}
.BgClassName
{
background-color: #C52F26;
}
</style>
border-color css
<style>
span { border-color: #C52F26; }
span { border-color: rgb(197,47,38); }
td.TdClassName
{
border-color: #C52F26;
}
.TagClassName
{
border-color: #C52F26;
}
</style>