Shades of Persian Red #C7342A
Tints of Persian Red #C7342A
RGB
CMYK
RGB Variations
Color information
#C7342A (or 0xC7342A) is known color: Persian Red. HEX triplet: C7, 34 and 2A. RGB value is (199,52,42). Sum of RGB (Red+Green+Blue) = 199+52+42=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7342A is #38CBD5. Grayscale: #5F5F5F. Windows color (decimal): -3722198 or 2766023. OLE color: 2766023.
HSL color Cylindrical-coordinate representation of color #C7342A: hue angle of 3.82º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7342A is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 42 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.22 |
| HSL | 3.82º | 0.65% | 0.47% | - |
| HSV(B) | 3.82º | 0.79% | 0.78% | - |
| XYZ | 25.2 | 14.77 | 3.71 | - |
| YUV | 94.81 | 98.2 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 42 | 0 | 0.74 | 0.79 | 0.22 | 3.82 | 0.65 | 0.47 |
| Hex | C7 | 34 | 2A | 0 | 4A | 4F | 16 | 4 | 41 | 2F |
| Octal | 307 | 64 | 52 | 0 | 112 | 117 | 26 | 4 | 101 | 57 |
| Binary | 11000111 | 110100 | 101010 | 0 | 1001010 | 1001111 | 10110 | 100 | 1000001 | 101111 |
Color Harmonies of #C7342A
Complementary color
Monochromatic Colors of #C7342A
Black with #C7342A
Text Example
Text Example
White with #C7342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7342A; }
p { color: rgb(199,52,42); }
H1.HeaderClassName
{
color: #C7342A;
}
.AnyTagClassName
{
color: #C7342A;
}
</style>
background-color css
<style>
a { background-color: #C7342A; }
a { background-color: rgb(199,52,42); }
div.DivClassName
{
background-color: #C7342A;
}
.BgClassName
{
background-color: #C7342A;
}
</style>
border-color css
<style>
span { border-color: #C7342A; }
span { border-color: rgb(199,52,42); }
td.TdClassName
{
border-color: #C7342A;
}
.TagClassName
{
border-color: #C7342A;
}
</style>