Shades of Persian Red #C7332D
Tints of Persian Red #C7332D
RGB
CMYK
RGB Variations
Color information
#C7332D (or 0xC7332D) is known color: Persian Red. HEX triplet: C7, 33 and 2D. RGB value is (199,51,45). Sum of RGB (Red+Green+Blue) = 199+51+45=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7332D is #38CCD2. Grayscale: #5E5E5E. Windows color (decimal): -3722451 or 2962375. OLE color: 2962375.
HSL color Cylindrical-coordinate representation of color #C7332D: hue angle of 2.34º degrees, saturation: 0.63, 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 #C7332D is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 45 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.22 |
| HSL | 2.34º | 0.63% | 0.48% | - |
| HSV(B) | 2.34º | 0.77% | 0.78% | - |
| XYZ | 25.21 | 14.7 | 3.99 | - |
| YUV | 94.57 | 100.03 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 45 | 0 | 0.74 | 0.77 | 0.22 | 2.34 | 0.63 | 0.48 |
| Hex | C7 | 33 | 2D | 0 | 4A | 4D | 16 | 2 | 3F | 30 |
| Octal | 307 | 63 | 55 | 0 | 112 | 115 | 26 | 2 | 77 | 60 |
| Binary | 11000111 | 110011 | 101101 | 0 | 1001010 | 1001101 | 10110 | 10 | 111111 | 110000 |
Color Harmonies of #C7332D
Complementary color
Monochromatic Colors of #C7332D
Black with #C7332D
Text Example
Text Example
White with #C7332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7332D; }
p { color: rgb(199,51,45); }
H1.HeaderClassName
{
color: #C7332D;
}
.AnyTagClassName
{
color: #C7332D;
}
</style>
background-color css
<style>
a { background-color: #C7332D; }
a { background-color: rgb(199,51,45); }
div.DivClassName
{
background-color: #C7332D;
}
.BgClassName
{
background-color: #C7332D;
}
</style>
border-color css
<style>
span { border-color: #C7332D; }
span { border-color: rgb(199,51,45); }
td.TdClassName
{
border-color: #C7332D;
}
.TagClassName
{
border-color: #C7332D;
}
</style>