Shades of Persian Red #C7332B
Tints of Persian Red #C7332B
RGB
CMYK
RGB Variations
Color information
#C7332B (or 0xC7332B) is known color: Persian Red. HEX triplet: C7, 33 and 2B. RGB value is (199,51,43). Sum of RGB (Red+Green+Blue) = 199+51+43=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7332B is #38CCD4. Grayscale: #5E5E5E. Windows color (decimal): -3722453 or 2831303. OLE color: 2831303.
HSL color Cylindrical-coordinate representation of color #C7332B: hue angle of 3.08º 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 #C7332B is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 43 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.22 |
| HSL | 3.08º | 0.64% | 0.47% | - |
| HSV(B) | 3.08º | 0.78% | 0.78% | - |
| XYZ | 25.17 | 14.68 | 3.79 | - |
| YUV | 94.34 | 99.03 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 43 | 0 | 0.74 | 0.78 | 0.22 | 3.08 | 0.64 | 0.47 |
| Hex | C7 | 33 | 2B | 0 | 4A | 4E | 16 | 3 | 40 | 2F |
| Octal | 307 | 63 | 53 | 0 | 112 | 116 | 26 | 3 | 100 | 57 |
| Binary | 11000111 | 110011 | 101011 | 0 | 1001010 | 1001110 | 10110 | 11 | 1000000 | 101111 |
Color Harmonies of #C7332B
Complementary color
Monochromatic Colors of #C7332B
Black with #C7332B
Text Example
Text Example
White with #C7332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7332B; }
p { color: rgb(199,51,43); }
H1.HeaderClassName
{
color: #C7332B;
}
.AnyTagClassName
{
color: #C7332B;
}
</style>
background-color css
<style>
a { background-color: #C7332B; }
a { background-color: rgb(199,51,43); }
div.DivClassName
{
background-color: #C7332B;
}
.BgClassName
{
background-color: #C7332B;
}
</style>
border-color css
<style>
span { border-color: #C7332B; }
span { border-color: rgb(199,51,43); }
td.TdClassName
{
border-color: #C7332B;
}
.TagClassName
{
border-color: #C7332B;
}
</style>