Shades of Persian Red #C5302F
Tints of Persian Red #C5302F
RGB
CMYK
RGB Variations
Color information
#C5302F (or 0xC5302F) is known color: Persian Red. HEX triplet: C5, 30 and 2F. RGB value is (197,48,47). Sum of RGB (Red+Green+Blue) = 197+48+47=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5302F is #3ACFD0. Grayscale: #5C5C5C. Windows color (decimal): -3854289 or 3092677. OLE color: 3092677.
HSL color Cylindrical-coordinate representation of color #C5302F: hue angle of 0.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5302F is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 47 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.23 |
| HSL | 0.4º | 0.61% | 0.48% | - |
| HSV(B) | 0.4º | 0.76% | 0.77% | - |
| XYZ | 24.6 | 14.19 | 4.13 | - |
| YUV | 92.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 47 | 0 | 0.76 | 0.76 | 0.23 | 0.4 | 0.61 | 0.48 |
| Hex | C5 | 30 | 2F | 0 | 4C | 4C | 17 | 0 | 3D | 30 |
| Octal | 305 | 60 | 57 | 0 | 114 | 114 | 27 | 0 | 75 | 60 |
| Binary | 11000101 | 110000 | 101111 | 0 | 1001100 | 1001100 | 10111 | 0 | 111101 | 110000 |
Color Harmonies of #C5302F
Complementary color
Monochromatic Colors of #C5302F
Black with #C5302F
Text Example
Text Example
White with #C5302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5302F; }
p { color: rgb(197,48,47); }
H1.HeaderClassName
{
color: #C5302F;
}
.AnyTagClassName
{
color: #C5302F;
}
</style>
background-color css
<style>
a { background-color: #C5302F; }
a { background-color: rgb(197,48,47); }
div.DivClassName
{
background-color: #C5302F;
}
.BgClassName
{
background-color: #C5302F;
}
</style>
border-color css
<style>
span { border-color: #C5302F; }
span { border-color: rgb(197,48,47); }
td.TdClassName
{
border-color: #C5302F;
}
.TagClassName
{
border-color: #C5302F;
}
</style>