Shades of Persian Red #C7372D
Tints of Persian Red #C7372D
RGB
CMYK
RGB Variations
Color information
#C7372D (or 0xC7372D) is known color: Persian Red. HEX triplet: C7, 37 and 2D. RGB value is (199,55,45). Sum of RGB (Red+Green+Blue) = 199+55+45=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7372D is #38C8D2. Grayscale: #616161. Windows color (decimal): -3721427 or 2963399. OLE color: 2963399.
HSL color Cylindrical-coordinate representation of color #C7372D: hue angle of 3.9º 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 #C7372D is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 45 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.22 |
| HSL | 3.9º | 0.63% | 0.48% | - |
| HSV(B) | 3.9º | 0.77% | 0.78% | - |
| XYZ | 25.39 | 15.06 | 4.05 | - |
| YUV | 96.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 45 | 0 | 0.72 | 0.77 | 0.22 | 3.9 | 0.63 | 0.48 |
| Hex | C7 | 37 | 2D | 0 | 48 | 4D | 16 | 4 | 3F | 30 |
| Octal | 307 | 67 | 55 | 0 | 110 | 115 | 26 | 4 | 77 | 60 |
| Binary | 11000111 | 110111 | 101101 | 0 | 1001000 | 1001101 | 10110 | 100 | 111111 | 110000 |
Color Harmonies of #C7372D
Complementary color
Monochromatic Colors of #C7372D
Black with #C7372D
Text Example
Text Example
White with #C7372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7372D; }
p { color: rgb(199,55,45); }
H1.HeaderClassName
{
color: #C7372D;
}
.AnyTagClassName
{
color: #C7372D;
}
</style>
background-color css
<style>
a { background-color: #C7372D; }
a { background-color: rgb(199,55,45); }
div.DivClassName
{
background-color: #C7372D;
}
.BgClassName
{
background-color: #C7372D;
}
</style>
border-color css
<style>
span { border-color: #C7372D; }
span { border-color: rgb(199,55,45); }
td.TdClassName
{
border-color: #C7372D;
}
.TagClassName
{
border-color: #C7372D;
}
</style>