Shades of Persian Red #D43E2F
Tints of Persian Red #D43E2F
RGB
CMYK
RGB Variations
Color information
#D43E2F (or 0xD43E2F) is known color: Persian Red. HEX triplet: D4, 3E and 2F. RGB value is (212,62,47). Sum of RGB (Red+Green+Blue) = 212+62+47=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43E2F is #2BC1D0. Grayscale: #696969. Windows color (decimal): -2867665 or 3096276. OLE color: 3096276.
HSL color Cylindrical-coordinate representation of color #D43E2F: hue angle of 5.45º 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 #D43E2F is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 47 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.17 |
| HSL | 5.45º | 0.66% | 0.51% | - |
| HSV(B) | 5.45º | 0.78% | 0.83% | - |
| XYZ | 29.39 | 17.65 | 4.55 | - |
| YUV | 105.14 | 95.2 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 47 | 0 | 0.71 | 0.78 | 0.17 | 5.45 | 0.66 | 0.51 |
| Hex | D4 | 3E | 2F | 0 | 47 | 4E | 11 | 5 | 42 | 33 |
| Octal | 324 | 76 | 57 | 0 | 107 | 116 | 21 | 5 | 102 | 63 |
| Binary | 11010100 | 111110 | 101111 | 0 | 1000111 | 1001110 | 10001 | 101 | 1000010 | 110011 |
Color Harmonies of #D43E2F
Complementary color
Monochromatic Colors of #D43E2F
Black with #D43E2F
Text Example
Text Example
White with #D43E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43E2F; }
p { color: rgb(212,62,47); }
H1.HeaderClassName
{
color: #D43E2F;
}
.AnyTagClassName
{
color: #D43E2F;
}
</style>
background-color css
<style>
a { background-color: #D43E2F; }
a { background-color: rgb(212,62,47); }
div.DivClassName
{
background-color: #D43E2F;
}
.BgClassName
{
background-color: #D43E2F;
}
</style>
border-color css
<style>
span { border-color: #D43E2F; }
span { border-color: rgb(212,62,47); }
td.TdClassName
{
border-color: #D43E2F;
}
.TagClassName
{
border-color: #D43E2F;
}
</style>