Shades of Persian Red #D7372E
Tints of Persian Red #D7372E
RGB
CMYK
RGB Variations
Color information
#D7372E (or 0xD7372E) is known color: Persian Red. HEX triplet: D7, 37 and 2E. RGB value is (215,55,46). Sum of RGB (Red+Green+Blue) = 215+55+46=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D7372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7372E is #28C8D1. Grayscale: #666666. Windows color (decimal): -2672850 or 3028951. OLE color: 3028951.
HSL color Cylindrical-coordinate representation of color #D7372E: hue angle of 3.2º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7372E is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 46 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.16 |
| HSL | 3.2º | 0.68% | 0.51% | - |
| HSV(B) | 3.2º | 0.79% | 0.84% | - |
| XYZ | 29.88 | 17.38 | 4.36 | - |
| YUV | 101.81 | 96.51 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 46 | 0 | 0.74 | 0.79 | 0.16 | 3.2 | 0.68 | 0.51 |
| Hex | D7 | 37 | 2E | 0 | 4A | 4F | 10 | 3 | 44 | 33 |
| Octal | 327 | 67 | 56 | 0 | 112 | 117 | 20 | 3 | 104 | 63 |
| Binary | 11010111 | 110111 | 101110 | 0 | 1001010 | 1001111 | 10000 | 11 | 1000100 | 110011 |
Color Harmonies of #D7372E
Complementary color
Monochromatic Colors of #D7372E
Black with #D7372E
Text Example
Text Example
White with #D7372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7372E; }
p { color: rgb(215,55,46); }
H1.HeaderClassName
{
color: #D7372E;
}
.AnyTagClassName
{
color: #D7372E;
}
</style>
background-color css
<style>
a { background-color: #D7372E; }
a { background-color: rgb(215,55,46); }
div.DivClassName
{
background-color: #D7372E;
}
.BgClassName
{
background-color: #D7372E;
}
</style>
border-color css
<style>
span { border-color: #D7372E; }
span { border-color: rgb(215,55,46); }
td.TdClassName
{
border-color: #D7372E;
}
.TagClassName
{
border-color: #D7372E;
}
</style>