Shades of Crimson #D20E44
Tints of Crimson #D20E44
RGB
CMYK
RGB Variations
Color information
#D20E44 (or 0xD20E44) is known color: Crimson. HEX triplet: D2, 0E and 44. RGB value is (210,14,68). Sum of RGB (Red+Green+Blue) = 210+14+68=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E44 is #2DF1BB. Grayscale: #4E4E4E. Windows color (decimal): -3011004 or 4460242. OLE color: 4460242.
HSL color Cylindrical-coordinate representation of color #D20E44: hue angle of 343.47º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E44 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 68 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.18 |
| HSL | 343.47º | 0.88% | 0.44% | - |
| HSV(B) | 343.47º | 0.93% | 0.82% | - |
| XYZ | 27.78 | 14.43 | 6.79 | - |
| YUV | 78.76 | 121.93 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 68 | 0 | 0.93 | 0.68 | 0.18 | 343.47 | 0.88 | 0.44 |
| Hex | D2 | E | 44 | 0 | 5D | 44 | 12 | 157 | 58 | 2C |
| Octal | 322 | 16 | 104 | 0 | 135 | 104 | 22 | 527 | 130 | 54 |
| Binary | 11010010 | 1110 | 1000100 | 0 | 1011101 | 1000100 | 10010 | 101010111 | 1011000 | 101100 |
Color Harmonies of #D20E44
Complementary color
Monochromatic Colors of #D20E44
Black with #D20E44
Text Example
Text Example
White with #D20E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E44; }
p { color: rgb(210,14,68); }
H1.HeaderClassName
{
color: #D20E44;
}
.AnyTagClassName
{
color: #D20E44;
}
</style>
background-color css
<style>
a { background-color: #D20E44; }
a { background-color: rgb(210,14,68); }
div.DivClassName
{
background-color: #D20E44;
}
.BgClassName
{
background-color: #D20E44;
}
</style>
border-color css
<style>
span { border-color: #D20E44; }
span { border-color: rgb(210,14,68); }
td.TdClassName
{
border-color: #D20E44;
}
.TagClassName
{
border-color: #D20E44;
}
</style>