Shades of Persian Red #D7372B
Tints of Persian Red #D7372B
RGB
CMYK
RGB Variations
Color information
#D7372B (or 0xD7372B) is known color: Persian Red. HEX triplet: D7, 37 and 2B. RGB value is (215,55,43). Sum of RGB (Red+Green+Blue) = 215+55+43=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7372B is #28C8D4. Grayscale: #656565. Windows color (decimal): -2672853 or 2832343. OLE color: 2832343.
HSL color Cylindrical-coordinate representation of color #D7372B: hue angle of 4.19º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7372B is Cyan = 0, Magento = 0.74, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 43 | - |
| CMYK | 0 | 0.74 | 0.8 | 0.16 |
| HSL | 4.19º | 0.68% | 0.51% | - |
| HSV(B) | 4.19º | 0.8% | 0.84% | - |
| XYZ | 29.83 | 17.35 | 4.06 | - |
| YUV | 101.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 43 | 0 | 0.74 | 0.8 | 0.16 | 4.19 | 0.68 | 0.51 |
| Hex | D7 | 37 | 2B | 0 | 4A | 50 | 10 | 4 | 44 | 33 |
| Octal | 327 | 67 | 53 | 0 | 112 | 120 | 20 | 4 | 104 | 63 |
| Binary | 11010111 | 110111 | 101011 | 0 | 1001010 | 1010000 | 10000 | 100 | 1000100 | 110011 |
Color Harmonies of #D7372B
Complementary color
Monochromatic Colors of #D7372B
Black with #D7372B
Text Example
Text Example
White with #D7372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7372B; }
p { color: rgb(215,55,43); }
H1.HeaderClassName
{
color: #D7372B;
}
.AnyTagClassName
{
color: #D7372B;
}
</style>
background-color css
<style>
a { background-color: #D7372B; }
a { background-color: rgb(215,55,43); }
div.DivClassName
{
background-color: #D7372B;
}
.BgClassName
{
background-color: #D7372B;
}
</style>
border-color css
<style>
span { border-color: #D7372B; }
span { border-color: rgb(215,55,43); }
td.TdClassName
{
border-color: #D7372B;
}
.TagClassName
{
border-color: #D7372B;
}
</style>