Shades of Persian Red #C7302E
Tints of Persian Red #C7302E
RGB
CMYK
RGB Variations
Color information
#C7302E (or 0xC7302E) is known color: Persian Red. HEX triplet: C7, 30 and 2E. RGB value is (199,48,46). Sum of RGB (Red+Green+Blue) = 199+48+46=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7302E is #38CFD1. Grayscale: #5D5D5D. Windows color (decimal): -3723218 or 3027143. OLE color: 3027143.
HSL color Cylindrical-coordinate representation of color #C7302E: hue angle of 0.78º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7302E is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 46 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.22 |
| HSL | 0.78º | 0.62% | 0.48% | - |
| HSV(B) | 0.78º | 0.77% | 0.78% | - |
| XYZ | 25.1 | 14.45 | 4.05 | - |
| YUV | 92.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 46 | 0 | 0.76 | 0.77 | 0.22 | 0.78 | 0.62 | 0.48 |
| Hex | C7 | 30 | 2E | 0 | 4C | 4D | 16 | 1 | 3E | 30 |
| Octal | 307 | 60 | 56 | 0 | 114 | 115 | 26 | 1 | 76 | 60 |
| Binary | 11000111 | 110000 | 101110 | 0 | 1001100 | 1001101 | 10110 | 1 | 111110 | 110000 |
Color Harmonies of #C7302E
Complementary color
Monochromatic Colors of #C7302E
Black with #C7302E
Text Example
Text Example
White with #C7302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7302E; }
p { color: rgb(199,48,46); }
H1.HeaderClassName
{
color: #C7302E;
}
.AnyTagClassName
{
color: #C7302E;
}
</style>
background-color css
<style>
a { background-color: #C7302E; }
a { background-color: rgb(199,48,46); }
div.DivClassName
{
background-color: #C7302E;
}
.BgClassName
{
background-color: #C7302E;
}
</style>
border-color css
<style>
span { border-color: #C7302E; }
span { border-color: rgb(199,48,46); }
td.TdClassName
{
border-color: #C7302E;
}
.TagClassName
{
border-color: #C7302E;
}
</style>