Shades of Crimson #D42139
Tints of Crimson #D42139
RGB
CMYK
RGB Variations
Color information
#D42139 (or 0xD42139) is known color: Crimson. HEX triplet: D4, 21 and 39. RGB value is (212,33,57). Sum of RGB (Red+Green+Blue) = 212+33+57=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D42139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42139 is #2BDEC6. Grayscale: #595959. Windows color (decimal): -2875079 or 3744212. OLE color: 3744212.
HSL color Cylindrical-coordinate representation of color #D42139: hue angle of 351.96º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42139 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 57 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.17 |
| HSL | 351.96º | 0.73% | 0.48% | - |
| HSV(B) | 351.96º | 0.84% | 0.83% | - |
| XYZ | 28.43 | 15.38 | 5.34 | - |
| YUV | 89.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 57 | 0 | 0.84 | 0.73 | 0.17 | 351.96 | 0.73 | 0.48 |
| Hex | D4 | 21 | 39 | 0 | 54 | 49 | 11 | 160 | 49 | 30 |
| Octal | 324 | 41 | 71 | 0 | 124 | 111 | 21 | 540 | 111 | 60 |
| Binary | 11010100 | 100001 | 111001 | 0 | 1010100 | 1001001 | 10001 | 101100000 | 1001001 | 110000 |
Color Harmonies of #D42139
Complementary color
Monochromatic Colors of #D42139
Black with #D42139
Text Example
Text Example
White with #D42139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42139; }
p { color: rgb(212,33,57); }
H1.HeaderClassName
{
color: #D42139;
}
.AnyTagClassName
{
color: #D42139;
}
</style>
background-color css
<style>
a { background-color: #D42139; }
a { background-color: rgb(212,33,57); }
div.DivClassName
{
background-color: #D42139;
}
.BgClassName
{
background-color: #D42139;
}
</style>
border-color css
<style>
span { border-color: #D42139; }
span { border-color: rgb(212,33,57); }
td.TdClassName
{
border-color: #D42139;
}
.TagClassName
{
border-color: #D42139;
}
</style>