Shades of Crimson #D21A41
Tints of Crimson #D21A41
RGB
CMYK
RGB Variations
Color information
#D21A41 (or 0xD21A41) is known color: Crimson. HEX triplet: D2, 1A and 41. RGB value is (210,26,65). Sum of RGB (Red+Green+Blue) = 210+26+65=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A41 is #2DE5BE. Grayscale: #555555. Windows color (decimal): -3007935 or 4266706. OLE color: 4266706.
HSL color Cylindrical-coordinate representation of color #D21A41: hue angle of 347.28º degrees, saturation: 0.78, 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 #D21A41 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 65 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.18 |
| HSL | 347.28º | 0.78% | 0.46% | - |
| HSV(B) | 347.28º | 0.88% | 0.82% | - |
| XYZ | 27.9 | 14.82 | 6.39 | - |
| YUV | 85.46 | 116.46 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 65 | 0 | 0.88 | 0.69 | 0.18 | 347.28 | 0.78 | 0.46 |
| Hex | D2 | 1A | 41 | 0 | 58 | 45 | 12 | 15B | 4E | 2E |
| Octal | 322 | 32 | 101 | 0 | 130 | 105 | 22 | 533 | 116 | 56 |
| Binary | 11010010 | 11010 | 1000001 | 0 | 1011000 | 1000101 | 10010 | 101011011 | 1001110 | 101110 |
Color Harmonies of #D21A41
Complementary color
Monochromatic Colors of #D21A41
Black with #D21A41
Text Example
Text Example
White with #D21A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A41; }
p { color: rgb(210,26,65); }
H1.HeaderClassName
{
color: #D21A41;
}
.AnyTagClassName
{
color: #D21A41;
}
</style>
background-color css
<style>
a { background-color: #D21A41; }
a { background-color: rgb(210,26,65); }
div.DivClassName
{
background-color: #D21A41;
}
.BgClassName
{
background-color: #D21A41;
}
</style>
border-color css
<style>
span { border-color: #D21A41; }
span { border-color: rgb(210,26,65); }
td.TdClassName
{
border-color: #D21A41;
}
.TagClassName
{
border-color: #D21A41;
}
</style>