Shades of Persian Red #C5302C
Tints of Persian Red #C5302C
RGB
CMYK
RGB Variations
Color information
#C5302C (or 0xC5302C) is known color: Persian Red. HEX triplet: C5, 30 and 2C. RGB value is (197,48,44). Sum of RGB (Red+Green+Blue) = 197+48+44=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5302C is #3ACFD3. Grayscale: #5C5C5C. Windows color (decimal): -3854292 or 2896069. OLE color: 2896069.
HSL color Cylindrical-coordinate representation of color #C5302C: hue angle of 1.57º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5302C is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 44 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.23 |
| HSL | 1.57º | 0.63% | 0.47% | - |
| HSV(B) | 1.57º | 0.78% | 0.77% | - |
| XYZ | 24.54 | 14.17 | 3.82 | - |
| YUV | 92.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 44 | 0 | 0.76 | 0.78 | 0.23 | 1.57 | 0.63 | 0.47 |
| Hex | C5 | 30 | 2C | 0 | 4C | 4E | 17 | 2 | 3F | 2F |
| Octal | 305 | 60 | 54 | 0 | 114 | 116 | 27 | 2 | 77 | 57 |
| Binary | 11000101 | 110000 | 101100 | 0 | 1001100 | 1001110 | 10111 | 10 | 111111 | 101111 |
Color Harmonies of #C5302C
Complementary color
Monochromatic Colors of #C5302C
Black with #C5302C
Text Example
Text Example
White with #C5302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5302C; }
p { color: rgb(197,48,44); }
H1.HeaderClassName
{
color: #C5302C;
}
.AnyTagClassName
{
color: #C5302C;
}
</style>
background-color css
<style>
a { background-color: #C5302C; }
a { background-color: rgb(197,48,44); }
div.DivClassName
{
background-color: #C5302C;
}
.BgClassName
{
background-color: #C5302C;
}
</style>
border-color css
<style>
span { border-color: #C5302C; }
span { border-color: rgb(197,48,44); }
td.TdClassName
{
border-color: #C5302C;
}
.TagClassName
{
border-color: #C5302C;
}
</style>