Shades of Persian Red #C53626
Tints of Persian Red #C53626
RGB
CMYK
RGB Variations
Color information
#C53626 (or 0xC53626) is known color: Persian Red. HEX triplet: C5, 36 and 26. RGB value is (197,54,38). Sum of RGB (Red+Green+Blue) = 197+54+38=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C53626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53626 is #3AC9D9. Grayscale: #5F5F5F. Windows color (decimal): -3852762 or 2504389. OLE color: 2504389.
HSL color Cylindrical-coordinate representation of color #C53626: hue angle of 6.04º 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 #C53626 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 38 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.23 |
| HSL | 6.04º | 0.68% | 0.46% | - |
| HSV(B) | 6.04º | 0.81% | 0.77% | - |
| XYZ | 24.69 | 14.65 | 3.36 | - |
| YUV | 94.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 38 | 0 | 0.73 | 0.81 | 0.23 | 6.04 | 0.68 | 0.46 |
| Hex | C5 | 36 | 26 | 0 | 49 | 51 | 17 | 6 | 44 | 2E |
| Octal | 305 | 66 | 46 | 0 | 111 | 121 | 27 | 6 | 104 | 56 |
| Binary | 11000101 | 110110 | 100110 | 0 | 1001001 | 1010001 | 10111 | 110 | 1000100 | 101110 |
Color Harmonies of #C53626
Complementary color
Monochromatic Colors of #C53626
Black with #C53626
Text Example
Text Example
White with #C53626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53626; }
p { color: rgb(197,54,38); }
H1.HeaderClassName
{
color: #C53626;
}
.AnyTagClassName
{
color: #C53626;
}
</style>
background-color css
<style>
a { background-color: #C53626; }
a { background-color: rgb(197,54,38); }
div.DivClassName
{
background-color: #C53626;
}
.BgClassName
{
background-color: #C53626;
}
</style>
border-color css
<style>
span { border-color: #C53626; }
span { border-color: rgb(197,54,38); }
td.TdClassName
{
border-color: #C53626;
}
.TagClassName
{
border-color: #C53626;
}
</style>