Shades of Persian Red #C7392B
Tints of Persian Red #C7392B
RGB
CMYK
RGB Variations
Color information
#C7392B (or 0xC7392B) is known color: Persian Red. HEX triplet: C7, 39 and 2B. RGB value is (199,57,43). Sum of RGB (Red+Green+Blue) = 199+57+43=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7392B is #38C6D4. Grayscale: #626262. Windows color (decimal): -3720917 or 2832839. OLE color: 2832839.
HSL color Cylindrical-coordinate representation of color #C7392B: hue angle of 5.38º 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 #C7392B is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 43 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.22 |
| HSL | 5.38º | 0.64% | 0.47% | - |
| HSV(B) | 5.38º | 0.78% | 0.78% | - |
| XYZ | 25.45 | 15.24 | 3.89 | - |
| YUV | 97.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 43 | 0 | 0.71 | 0.78 | 0.22 | 5.38 | 0.64 | 0.47 |
| Hex | C7 | 39 | 2B | 0 | 47 | 4E | 16 | 5 | 40 | 2F |
| Octal | 307 | 71 | 53 | 0 | 107 | 116 | 26 | 5 | 100 | 57 |
| Binary | 11000111 | 111001 | 101011 | 0 | 1000111 | 1001110 | 10110 | 101 | 1000000 | 101111 |
Color Harmonies of #C7392B
Complementary color
Monochromatic Colors of #C7392B
Black with #C7392B
Text Example
Text Example
White with #C7392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7392B; }
p { color: rgb(199,57,43); }
H1.HeaderClassName
{
color: #C7392B;
}
.AnyTagClassName
{
color: #C7392B;
}
</style>
background-color css
<style>
a { background-color: #C7392B; }
a { background-color: rgb(199,57,43); }
div.DivClassName
{
background-color: #C7392B;
}
.BgClassName
{
background-color: #C7392B;
}
</style>
border-color css
<style>
span { border-color: #C7392B; }
span { border-color: rgb(199,57,43); }
td.TdClassName
{
border-color: #C7392B;
}
.TagClassName
{
border-color: #C7392B;
}
</style>