Shades of Persian Red #C7342B
Tints of Persian Red #C7342B
RGB
CMYK
RGB Variations
Color information
#C7342B (or 0xC7342B) is known color: Persian Red. HEX triplet: C7, 34 and 2B. RGB value is (199,52,43). Sum of RGB (Red+Green+Blue) = 199+52+43=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7342B is #38CBD4. Grayscale: #5F5F5F. Windows color (decimal): -3722197 or 2831559. OLE color: 2831559.
HSL color Cylindrical-coordinate representation of color #C7342B: hue angle of 3.46º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7342B is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 43 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.22 |
| HSL | 3.46º | 0.64% | 0.47% | - |
| HSV(B) | 3.46º | 0.78% | 0.78% | - |
| XYZ | 25.22 | 14.77 | 3.81 | - |
| YUV | 94.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 43 | 0 | 0.74 | 0.78 | 0.22 | 3.46 | 0.64 | 0.47 |
| Hex | C7 | 34 | 2B | 0 | 4A | 4E | 16 | 3 | 40 | 2F |
| Octal | 307 | 64 | 53 | 0 | 112 | 116 | 26 | 3 | 100 | 57 |
| Binary | 11000111 | 110100 | 101011 | 0 | 1001010 | 1001110 | 10110 | 11 | 1000000 | 101111 |
Color Harmonies of #C7342B
Complementary color
Monochromatic Colors of #C7342B
Black with #C7342B
Text Example
Text Example
White with #C7342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7342B; }
p { color: rgb(199,52,43); }
H1.HeaderClassName
{
color: #C7342B;
}
.AnyTagClassName
{
color: #C7342B;
}
</style>
background-color css
<style>
a { background-color: #C7342B; }
a { background-color: rgb(199,52,43); }
div.DivClassName
{
background-color: #C7342B;
}
.BgClassName
{
background-color: #C7342B;
}
</style>
border-color css
<style>
span { border-color: #C7342B; }
span { border-color: rgb(199,52,43); }
td.TdClassName
{
border-color: #C7342B;
}
.TagClassName
{
border-color: #C7342B;
}
</style>