Shades of Crimson #D21240
Tints of Crimson #D21240
RGB
CMYK
RGB Variations
Color information
#D21240 (or 0xD21240) is known color: Crimson. HEX triplet: D2, 12 and 40. RGB value is (210,18,64). Sum of RGB (Red+Green+Blue) = 210+18+64=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D21240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21240 is #2DEDBF. Grayscale: #505050. Windows color (decimal): -3009984 or 4199122. OLE color: 4199122.
HSL color Cylindrical-coordinate representation of color #D21240: hue angle of 345.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21240 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 64 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.18 |
| HSL | 345.63º | 0.84% | 0.45% | - |
| HSV(B) | 345.63º | 0.91% | 0.82% | - |
| XYZ | 27.72 | 14.5 | 6.19 | - |
| YUV | 80.65 | 118.61 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 64 | 0 | 0.91 | 0.70 | 0.18 | 345.63 | 0.84 | 0.45 |
| Hex | D2 | 12 | 40 | 0 | 5B | 46 | 12 | 15A | 54 | 2D |
| Octal | 322 | 22 | 100 | 0 | 133 | 106 | 22 | 532 | 124 | 55 |
| Binary | 11010010 | 10010 | 1000000 | 0 | 1011011 | 1000110 | 10010 | 101011010 | 1010100 | 101101 |
Color Harmonies of #D21240
Complementary color
Monochromatic Colors of #D21240
Black with #D21240
Text Example
Text Example
White with #D21240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21240; }
p { color: rgb(210,18,64); }
H1.HeaderClassName
{
color: #D21240;
}
.AnyTagClassName
{
color: #D21240;
}
</style>
background-color css
<style>
a { background-color: #D21240; }
a { background-color: rgb(210,18,64); }
div.DivClassName
{
background-color: #D21240;
}
.BgClassName
{
background-color: #D21240;
}
</style>
border-color css
<style>
span { border-color: #D21240; }
span { border-color: rgb(210,18,64); }
td.TdClassName
{
border-color: #D21240;
}
.TagClassName
{
border-color: #D21240;
}
</style>