Shades of Persian Red #D7372A
Tints of Persian Red #D7372A
RGB
CMYK
RGB Variations
Color information
#D7372A (or 0xD7372A) is known color: Persian Red. HEX triplet: D7, 37 and 2A. RGB value is (215,55,42). Sum of RGB (Red+Green+Blue) = 215+55+42=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7372A is #28C8D5. Grayscale: #656565. Windows color (decimal): -2672854 or 2766807. OLE color: 2766807.
HSL color Cylindrical-coordinate representation of color #D7372A: hue angle of 4.51º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7372A is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 42 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.16 |
| HSL | 4.51º | 0.68% | 0.5% | - |
| HSV(B) | 4.51º | 0.8% | 0.84% | - |
| XYZ | 29.81 | 17.35 | 3.97 | - |
| YUV | 101.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 42 | 0 | 0.74 | 0.80 | 0.16 | 4.51 | 0.68 | 0.5 |
| Hex | D7 | 37 | 2A | 0 | 4A | 50 | 10 | 5 | 44 | 32 |
| Octal | 327 | 67 | 52 | 0 | 112 | 120 | 20 | 5 | 104 | 62 |
| Binary | 11010111 | 110111 | 101010 | 0 | 1001010 | 1010000 | 10000 | 101 | 1000100 | 110010 |
Color Harmonies of #D7372A
Complementary color
Monochromatic Colors of #D7372A
Black with #D7372A
Text Example
Text Example
White with #D7372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7372A; }
p { color: rgb(215,55,42); }
H1.HeaderClassName
{
color: #D7372A;
}
.AnyTagClassName
{
color: #D7372A;
}
</style>
background-color css
<style>
a { background-color: #D7372A; }
a { background-color: rgb(215,55,42); }
div.DivClassName
{
background-color: #D7372A;
}
.BgClassName
{
background-color: #D7372A;
}
</style>
border-color css
<style>
span { border-color: #D7372A; }
span { border-color: rgb(215,55,42); }
td.TdClassName
{
border-color: #D7372A;
}
.TagClassName
{
border-color: #D7372A;
}
</style>