Shades of Persian Red #C53826
Tints of Persian Red #C53826
RGB
CMYK
RGB Variations
Color information
#C53826 (or 0xC53826) is known color: Persian Red. HEX triplet: C5, 38 and 26. RGB value is (197,56,38). Sum of RGB (Red+Green+Blue) = 197+56+38=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C53826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53826 is #3AC7D9. Grayscale: #606060. Windows color (decimal): -3852250 or 2504901. OLE color: 2504901.
HSL color Cylindrical-coordinate representation of color #C53826: hue angle of 6.79º 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 #C53826 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 38 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.23 |
| HSL | 6.79º | 0.68% | 0.46% | - |
| HSV(B) | 6.79º | 0.81% | 0.77% | - |
| XYZ | 24.79 | 14.84 | 3.39 | - |
| YUV | 96.11 | 95.21 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 38 | 0 | 0.72 | 0.81 | 0.23 | 6.79 | 0.68 | 0.46 |
| Hex | C5 | 38 | 26 | 0 | 48 | 51 | 17 | 7 | 44 | 2E |
| Octal | 305 | 70 | 46 | 0 | 110 | 121 | 27 | 7 | 104 | 56 |
| Binary | 11000101 | 111000 | 100110 | 0 | 1001000 | 1010001 | 10111 | 111 | 1000100 | 101110 |
Color Harmonies of #C53826
Complementary color
Monochromatic Colors of #C53826
Black with #C53826
Text Example
Text Example
White with #C53826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53826; }
p { color: rgb(197,56,38); }
H1.HeaderClassName
{
color: #C53826;
}
.AnyTagClassName
{
color: #C53826;
}
</style>
background-color css
<style>
a { background-color: #C53826; }
a { background-color: rgb(197,56,38); }
div.DivClassName
{
background-color: #C53826;
}
.BgClassName
{
background-color: #C53826;
}
</style>
border-color css
<style>
span { border-color: #C53826; }
span { border-color: rgb(197,56,38); }
td.TdClassName
{
border-color: #C53826;
}
.TagClassName
{
border-color: #C53826;
}
</style>