Shades of Persian Red #C7342E
Tints of Persian Red #C7342E
RGB
CMYK
RGB Variations
Color information
#C7342E (or 0xC7342E) is known color: Persian Red. HEX triplet: C7, 34 and 2E. RGB value is (199,52,46). Sum of RGB (Red+Green+Blue) = 199+52+46=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7342E is #38CBD1. Grayscale: #5F5F5F. Windows color (decimal): -3722194 or 3028167. OLE color: 3028167.
HSL color Cylindrical-coordinate representation of color #C7342E: hue angle of 2.35º 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 #C7342E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 46 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.22 |
| HSL | 2.35º | 0.62% | 0.48% | - |
| HSV(B) | 2.35º | 0.77% | 0.78% | - |
| XYZ | 25.27 | 14.8 | 4.11 | - |
| YUV | 95.27 | 100.2 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 46 | 0 | 0.74 | 0.77 | 0.22 | 2.35 | 0.62 | 0.48 |
| Hex | C7 | 34 | 2E | 0 | 4A | 4D | 16 | 2 | 3E | 30 |
| Octal | 307 | 64 | 56 | 0 | 112 | 115 | 26 | 2 | 76 | 60 |
| Binary | 11000111 | 110100 | 101110 | 0 | 1001010 | 1001101 | 10110 | 10 | 111110 | 110000 |
Color Harmonies of #C7342E
Complementary color
Monochromatic Colors of #C7342E
Black with #C7342E
Text Example
Text Example
White with #C7342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7342E; }
p { color: rgb(199,52,46); }
H1.HeaderClassName
{
color: #C7342E;
}
.AnyTagClassName
{
color: #C7342E;
}
</style>
background-color css
<style>
a { background-color: #C7342E; }
a { background-color: rgb(199,52,46); }
div.DivClassName
{
background-color: #C7342E;
}
.BgClassName
{
background-color: #C7342E;
}
</style>
border-color css
<style>
span { border-color: #C7342E; }
span { border-color: rgb(199,52,46); }
td.TdClassName
{
border-color: #C7342E;
}
.TagClassName
{
border-color: #C7342E;
}
</style>