Shades of Persian Red #D4392F
Tints of Persian Red #D4392F
RGB
CMYK
RGB Variations
Color information
#D4392F (or 0xD4392F) is known color: Persian Red. HEX triplet: D4, 39 and 2F. RGB value is (212,57,47). Sum of RGB (Red+Green+Blue) = 212+57+47=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D4392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4392F is #2BC6D0. Grayscale: #666666. Windows color (decimal): -2868945 or 3094996. OLE color: 3094996.
HSL color Cylindrical-coordinate representation of color #D4392F: hue angle of 3.64º 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 #D4392F is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 47 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.17 |
| HSL | 3.64º | 0.66% | 0.51% | - |
| HSV(B) | 3.64º | 0.78% | 0.83% | - |
| XYZ | 29.13 | 17.13 | 4.46 | - |
| YUV | 102.21 | 96.85 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 47 | 0 | 0.73 | 0.78 | 0.17 | 3.64 | 0.66 | 0.51 |
| Hex | D4 | 39 | 2F | 0 | 49 | 4E | 11 | 4 | 42 | 33 |
| Octal | 324 | 71 | 57 | 0 | 111 | 116 | 21 | 4 | 102 | 63 |
| Binary | 11010100 | 111001 | 101111 | 0 | 1001001 | 1001110 | 10001 | 100 | 1000010 | 110011 |
Color Harmonies of #D4392F
Complementary color
Monochromatic Colors of #D4392F
Black with #D4392F
Text Example
Text Example
White with #D4392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4392F; }
p { color: rgb(212,57,47); }
H1.HeaderClassName
{
color: #D4392F;
}
.AnyTagClassName
{
color: #D4392F;
}
</style>
background-color css
<style>
a { background-color: #D4392F; }
a { background-color: rgb(212,57,47); }
div.DivClassName
{
background-color: #D4392F;
}
.BgClassName
{
background-color: #D4392F;
}
</style>
border-color css
<style>
span { border-color: #D4392F; }
span { border-color: rgb(212,57,47); }
td.TdClassName
{
border-color: #D4392F;
}
.TagClassName
{
border-color: #D4392F;
}
</style>