Shades of Crimson #D21138
Tints of Crimson #D21138
RGB
CMYK
RGB Variations
Color information
#D21138 (or 0xD21138) is known color: Crimson. HEX triplet: D2, 11 and 38. RGB value is (210,17,56). Sum of RGB (Red+Green+Blue) = 210+17+56=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D21138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21138 is #2DEEC7. Grayscale: #4F4F4F. Windows color (decimal): -3010248 or 3674578. OLE color: 3674578.
HSL color Cylindrical-coordinate representation of color #D21138: hue angle of 347.88º 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 #D21138 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 56 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.18 |
| HSL | 347.88º | 0.85% | 0.45% | - |
| HSV(B) | 347.88º | 0.92% | 0.82% | - |
| XYZ | 27.49 | 14.39 | 5.07 | - |
| YUV | 79.15 | 114.94 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 56 | 0 | 0.92 | 0.73 | 0.18 | 347.88 | 0.85 | 0.45 |
| Hex | D2 | 11 | 38 | 0 | 5C | 49 | 12 | 15C | 55 | 2D |
| Octal | 322 | 21 | 70 | 0 | 134 | 111 | 22 | 534 | 125 | 55 |
| Binary | 11010010 | 10001 | 111000 | 0 | 1011100 | 1001001 | 10010 | 101011100 | 1010101 | 101101 |
Color Harmonies of #D21138
Complementary color
Monochromatic Colors of #D21138
Black with #D21138
Text Example
Text Example
White with #D21138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21138; }
p { color: rgb(210,17,56); }
H1.HeaderClassName
{
color: #D21138;
}
.AnyTagClassName
{
color: #D21138;
}
</style>
background-color css
<style>
a { background-color: #D21138; }
a { background-color: rgb(210,17,56); }
div.DivClassName
{
background-color: #D21138;
}
.BgClassName
{
background-color: #D21138;
}
</style>
border-color css
<style>
span { border-color: #D21138; }
span { border-color: rgb(210,17,56); }
td.TdClassName
{
border-color: #D21138;
}
.TagClassName
{
border-color: #D21138;
}
</style>