Shades of Persian Red #D4372F
Tints of Persian Red #D4372F
RGB
CMYK
RGB Variations
Color information
#D4372F (or 0xD4372F) is known color: Persian Red. HEX triplet: D4, 37 and 2F. RGB value is (212,55,47). Sum of RGB (Red+Green+Blue) = 212+55+47=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D4372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4372F is #2BC8D0. Grayscale: #656565. Windows color (decimal): -2869457 or 3094484. OLE color: 3094484.
HSL color Cylindrical-coordinate representation of color #D4372F: hue angle of 2.91º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4372F is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 47 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.17 |
| HSL | 2.91º | 0.66% | 0.51% | - |
| HSV(B) | 2.91º | 0.78% | 0.83% | - |
| XYZ | 29.03 | 16.93 | 4.43 | - |
| YUV | 101.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 47 | 0 | 0.74 | 0.78 | 0.17 | 2.91 | 0.66 | 0.51 |
| Hex | D4 | 37 | 2F | 0 | 4A | 4E | 11 | 3 | 42 | 33 |
| Octal | 324 | 67 | 57 | 0 | 112 | 116 | 21 | 3 | 102 | 63 |
| Binary | 11010100 | 110111 | 101111 | 0 | 1001010 | 1001110 | 10001 | 11 | 1000010 | 110011 |
Color Harmonies of #D4372F
Complementary color
Monochromatic Colors of #D4372F
Black with #D4372F
Text Example
Text Example
White with #D4372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4372F; }
p { color: rgb(212,55,47); }
H1.HeaderClassName
{
color: #D4372F;
}
.AnyTagClassName
{
color: #D4372F;
}
</style>
background-color css
<style>
a { background-color: #D4372F; }
a { background-color: rgb(212,55,47); }
div.DivClassName
{
background-color: #D4372F;
}
.BgClassName
{
background-color: #D4372F;
}
</style>
border-color css
<style>
span { border-color: #D4372F; }
span { border-color: rgb(212,55,47); }
td.TdClassName
{
border-color: #D4372F;
}
.TagClassName
{
border-color: #D4372F;
}
</style>