Shades of Persian Red #C7302F
Tints of Persian Red #C7302F
RGB
CMYK
RGB Variations
Color information
#C7302F (or 0xC7302F) is known color: Persian Red. HEX triplet: C7, 30 and 2F. RGB value is (199,48,47). Sum of RGB (Red+Green+Blue) = 199+48+47=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7302F is #38CFD0. Grayscale: #5D5D5D. Windows color (decimal): -3723217 or 3092679. OLE color: 3092679.
HSL color Cylindrical-coordinate representation of color #C7302F: hue angle of 0.39º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7302F is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 47 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.22 |
| HSL | 0.39º | 0.62% | 0.48% | - |
| HSV(B) | 0.39º | 0.76% | 0.78% | - |
| XYZ | 25.12 | 14.46 | 4.16 | - |
| YUV | 93.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 47 | 0 | 0.76 | 0.76 | 0.22 | 0.39 | 0.62 | 0.48 |
| Hex | C7 | 30 | 2F | 0 | 4C | 4C | 16 | 0 | 3E | 30 |
| Octal | 307 | 60 | 57 | 0 | 114 | 114 | 26 | 0 | 76 | 60 |
| Binary | 11000111 | 110000 | 101111 | 0 | 1001100 | 1001100 | 10110 | 0 | 111110 | 110000 |
Color Harmonies of #C7302F
Complementary color
Monochromatic Colors of #C7302F
Black with #C7302F
Text Example
Text Example
White with #C7302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7302F; }
p { color: rgb(199,48,47); }
H1.HeaderClassName
{
color: #C7302F;
}
.AnyTagClassName
{
color: #C7302F;
}
</style>
background-color css
<style>
a { background-color: #C7302F; }
a { background-color: rgb(199,48,47); }
div.DivClassName
{
background-color: #C7302F;
}
.BgClassName
{
background-color: #C7302F;
}
</style>
border-color css
<style>
span { border-color: #C7302F; }
span { border-color: rgb(199,48,47); }
td.TdClassName
{
border-color: #C7302F;
}
.TagClassName
{
border-color: #C7302F;
}
</style>