Shades of Crimson #D21042
Tints of Crimson #D21042
RGB
CMYK
RGB Variations
Color information
#D21042 (or 0xD21042) is known color: Crimson. HEX triplet: D2, 10 and 42. RGB value is (210,16,66). Sum of RGB (Red+Green+Blue) = 210+16+66=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D21042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21042 is #2DEFBD. Grayscale: #4F4F4F. Windows color (decimal): -3010494 or 4329682. OLE color: 4329682.
HSL color Cylindrical-coordinate representation of color #D21042: hue angle of 344.54º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21042 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 66 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.18 |
| HSL | 344.54º | 0.86% | 0.44% | - |
| HSV(B) | 344.54º | 0.92% | 0.82% | - |
| XYZ | 27.75 | 14.47 | 6.48 | - |
| YUV | 79.71 | 120.27 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 66 | 0 | 0.92 | 0.69 | 0.18 | 344.54 | 0.86 | 0.44 |
| Hex | D2 | 10 | 42 | 0 | 5C | 45 | 12 | 159 | 56 | 2C |
| Octal | 322 | 20 | 102 | 0 | 134 | 105 | 22 | 531 | 126 | 54 |
| Binary | 11010010 | 10000 | 1000010 | 0 | 1011100 | 1000101 | 10010 | 101011001 | 1010110 | 101100 |
Color Harmonies of #D21042
Complementary color
Monochromatic Colors of #D21042
Black with #D21042
Text Example
Text Example
White with #D21042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21042; }
p { color: rgb(210,16,66); }
H1.HeaderClassName
{
color: #D21042;
}
.AnyTagClassName
{
color: #D21042;
}
</style>
background-color css
<style>
a { background-color: #D21042; }
a { background-color: rgb(210,16,66); }
div.DivClassName
{
background-color: #D21042;
}
.BgClassName
{
background-color: #D21042;
}
</style>
border-color css
<style>
span { border-color: #D21042; }
span { border-color: rgb(210,16,66); }
td.TdClassName
{
border-color: #D21042;
}
.TagClassName
{
border-color: #D21042;
}
</style>