Shades of Crimson #D21942
Tints of Crimson #D21942
RGB
CMYK
RGB Variations
Color information
#D21942 (or 0xD21942) is known color: Crimson. HEX triplet: D2, 19 and 42. RGB value is (210,25,66). Sum of RGB (Red+Green+Blue) = 210+25+66=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D21942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21942 is #2DE6BD. Grayscale: #555555. Windows color (decimal): -3008190 or 4331986. OLE color: 4331986.
HSL color Cylindrical-coordinate representation of color #D21942: hue angle of 346.7º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21942 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 66 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.18 |
| HSL | 346.7º | 0.79% | 0.46% | - |
| HSV(B) | 346.7º | 0.88% | 0.82% | - |
| XYZ | 27.91 | 14.79 | 6.54 | - |
| YUV | 84.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 66 | 0 | 0.88 | 0.69 | 0.18 | 346.7 | 0.79 | 0.46 |
| Hex | D2 | 19 | 42 | 0 | 58 | 45 | 12 | 15B | 4F | 2E |
| Octal | 322 | 31 | 102 | 0 | 130 | 105 | 22 | 533 | 117 | 56 |
| Binary | 11010010 | 11001 | 1000010 | 0 | 1011000 | 1000101 | 10010 | 101011011 | 1001111 | 101110 |
Color Harmonies of #D21942
Complementary color
Monochromatic Colors of #D21942
Black with #D21942
Text Example
Text Example
White with #D21942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21942; }
p { color: rgb(210,25,66); }
H1.HeaderClassName
{
color: #D21942;
}
.AnyTagClassName
{
color: #D21942;
}
</style>
background-color css
<style>
a { background-color: #D21942; }
a { background-color: rgb(210,25,66); }
div.DivClassName
{
background-color: #D21942;
}
.BgClassName
{
background-color: #D21942;
}
</style>
border-color css
<style>
span { border-color: #D21942; }
span { border-color: rgb(210,25,66); }
td.TdClassName
{
border-color: #D21942;
}
.TagClassName
{
border-color: #D21942;
}
</style>