Shades of Persian Red #C53A38
Tints of Persian Red #C53A38
RGB
CMYK
RGB Variations
Color information
#C53A38 (or 0xC53A38) is known color: Persian Red. HEX triplet: C5, 3A and 38. RGB value is (197,58,56). Sum of RGB (Red+Green+Blue) = 197+58+56=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A38 is #3AC5C7. Grayscale: #636363. Windows color (decimal): -3851720 or 3685061. OLE color: 3685061.
HSL color Cylindrical-coordinate representation of color #C53A38: hue angle of 0.85º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53A38 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 56 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.23 |
| HSL | 0.85º | 0.56% | 0.5% | - |
| HSV(B) | 0.85º | 0.72% | 0.77% | - |
| XYZ | 25.25 | 15.18 | 5.34 | - |
| YUV | 99.33 | 103.55 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 56 | 0 | 0.71 | 0.72 | 0.23 | 0.85 | 0.56 | 0.5 |
| Hex | C5 | 3A | 38 | 0 | 47 | 48 | 17 | 1 | 38 | 32 |
| Octal | 305 | 72 | 70 | 0 | 107 | 110 | 27 | 1 | 70 | 62 |
| Binary | 11000101 | 111010 | 111000 | 0 | 1000111 | 1001000 | 10111 | 1 | 111000 | 110010 |
Color Harmonies of #C53A38
Complementary color
Monochromatic Colors of #C53A38
Black with #C53A38
Text Example
Text Example
White with #C53A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A38; }
p { color: rgb(197,58,56); }
H1.HeaderClassName
{
color: #C53A38;
}
.AnyTagClassName
{
color: #C53A38;
}
</style>
background-color css
<style>
a { background-color: #C53A38; }
a { background-color: rgb(197,58,56); }
div.DivClassName
{
background-color: #C53A38;
}
.BgClassName
{
background-color: #C53A38;
}
</style>
border-color css
<style>
span { border-color: #C53A38; }
span { border-color: rgb(197,58,56); }
td.TdClassName
{
border-color: #C53A38;
}
.TagClassName
{
border-color: #C53A38;
}
</style>