Shades of Persian Red #C53827
Tints of Persian Red #C53827
RGB
CMYK
RGB Variations
Color information
#C53827 (or 0xC53827) is known color: Persian Red. HEX triplet: C5, 38 and 27. RGB value is (197,56,39). Sum of RGB (Red+Green+Blue) = 197+56+39=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C53827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53827 is #3AC7D8. Grayscale: #606060. Windows color (decimal): -3852249 or 2570437. OLE color: 2570437.
HSL color Cylindrical-coordinate representation of color #C53827: hue angle of 6.46º 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 #C53827 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 39 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.23 |
| HSL | 6.46º | 0.67% | 0.46% | - |
| HSV(B) | 6.46º | 0.8% | 0.77% | - |
| XYZ | 24.81 | 14.85 | 3.48 | - |
| YUV | 96.22 | 95.71 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 39 | 0 | 0.72 | 0.80 | 0.23 | 6.46 | 0.67 | 0.46 |
| Hex | C5 | 38 | 27 | 0 | 48 | 50 | 17 | 6 | 43 | 2E |
| Octal | 305 | 70 | 47 | 0 | 110 | 120 | 27 | 6 | 103 | 56 |
| Binary | 11000101 | 111000 | 100111 | 0 | 1001000 | 1010000 | 10111 | 110 | 1000011 | 101110 |
Color Harmonies of #C53827
Complementary color
Monochromatic Colors of #C53827
Black with #C53827
Text Example
Text Example
White with #C53827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53827; }
p { color: rgb(197,56,39); }
H1.HeaderClassName
{
color: #C53827;
}
.AnyTagClassName
{
color: #C53827;
}
</style>
background-color css
<style>
a { background-color: #C53827; }
a { background-color: rgb(197,56,39); }
div.DivClassName
{
background-color: #C53827;
}
.BgClassName
{
background-color: #C53827;
}
</style>
border-color css
<style>
span { border-color: #C53827; }
span { border-color: rgb(197,56,39); }
td.TdClassName
{
border-color: #C53827;
}
.TagClassName
{
border-color: #C53827;
}
</style>