Shades of Crimson #D40E44
Tints of Crimson #D40E44
RGB
CMYK
RGB Variations
Color information
#D40E44 (or 0xD40E44) is known color: Crimson. HEX triplet: D4, 0E and 44. RGB value is (212,14,68). Sum of RGB (Red+Green+Blue) = 212+14+68=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40E44 is #2BF1BB. Grayscale: #4F4F4F. Windows color (decimal): -2879932 or 4460244. OLE color: 4460244.
HSL color Cylindrical-coordinate representation of color #D40E44: hue angle of 343.64º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40E44 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 68 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.17 |
| HSL | 343.64º | 0.88% | 0.44% | - |
| HSV(B) | 343.64º | 0.93% | 0.83% | - |
| XYZ | 28.35 | 14.73 | 6.82 | - |
| YUV | 79.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 68 | 0 | 0.93 | 0.68 | 0.17 | 343.64 | 0.88 | 0.44 |
| Hex | D4 | E | 44 | 0 | 5D | 44 | 11 | 158 | 58 | 2C |
| Octal | 324 | 16 | 104 | 0 | 135 | 104 | 21 | 530 | 130 | 54 |
| Binary | 11010100 | 1110 | 1000100 | 0 | 1011101 | 1000100 | 10001 | 101011000 | 1011000 | 101100 |
Color Harmonies of #D40E44
Complementary color
Monochromatic Colors of #D40E44
Black with #D40E44
Text Example
Text Example
White with #D40E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E44; }
p { color: rgb(212,14,68); }
H1.HeaderClassName
{
color: #D40E44;
}
.AnyTagClassName
{
color: #D40E44;
}
</style>
background-color css
<style>
a { background-color: #D40E44; }
a { background-color: rgb(212,14,68); }
div.DivClassName
{
background-color: #D40E44;
}
.BgClassName
{
background-color: #D40E44;
}
</style>
border-color css
<style>
span { border-color: #D40E44; }
span { border-color: rgb(212,14,68); }
td.TdClassName
{
border-color: #D40E44;
}
.TagClassName
{
border-color: #D40E44;
}
</style>