Shades of Crimson #D21144
Tints of Crimson #D21144
RGB
CMYK
RGB Variations
Color information
#D21144 (or 0xD21144) is known color: Crimson. HEX triplet: D2, 11 and 44. RGB value is (210,17,68). Sum of RGB (Red+Green+Blue) = 210+17+68=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D21144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21144 is #2DEEBB. Grayscale: #505050. Windows color (decimal): -3010236 or 4461010. OLE color: 4461010.
HSL color Cylindrical-coordinate representation of color #D21144: hue angle of 344.15º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21144 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 68 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.18 |
| HSL | 344.15º | 0.85% | 0.45% | - |
| HSV(B) | 344.15º | 0.92% | 0.82% | - |
| XYZ | 27.82 | 14.52 | 6.81 | - |
| YUV | 80.52 | 120.94 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 68 | 0 | 0.92 | 0.68 | 0.18 | 344.15 | 0.85 | 0.45 |
| Hex | D2 | 11 | 44 | 0 | 5C | 44 | 12 | 158 | 55 | 2D |
| Octal | 322 | 21 | 104 | 0 | 134 | 104 | 22 | 530 | 125 | 55 |
| Binary | 11010010 | 10001 | 1000100 | 0 | 1011100 | 1000100 | 10010 | 101011000 | 1010101 | 101101 |
Color Harmonies of #D21144
Complementary color
Monochromatic Colors of #D21144
Black with #D21144
Text Example
Text Example
White with #D21144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21144; }
p { color: rgb(210,17,68); }
H1.HeaderClassName
{
color: #D21144;
}
.AnyTagClassName
{
color: #D21144;
}
</style>
background-color css
<style>
a { background-color: #D21144; }
a { background-color: rgb(210,17,68); }
div.DivClassName
{
background-color: #D21144;
}
.BgClassName
{
background-color: #D21144;
}
</style>
border-color css
<style>
span { border-color: #D21144; }
span { border-color: rgb(210,17,68); }
td.TdClassName
{
border-color: #D21144;
}
.TagClassName
{
border-color: #D21144;
}
</style>