Shades of Crimson #D21439
Tints of Crimson #D21439
RGB
CMYK
RGB Variations
Color information
#D21439 (or 0xD21439) is known color: Crimson. HEX triplet: D2, 14 and 39. RGB value is (210,20,57). Sum of RGB (Red+Green+Blue) = 210+20+57=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D21439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21439 is #2DEBC6. Grayscale: #515151. Windows color (decimal): -3009479 or 3740882. OLE color: 3740882.
HSL color Cylindrical-coordinate representation of color #D21439: hue angle of 348.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21439 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 57 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.18 |
| HSL | 348.32º | 0.83% | 0.45% | - |
| HSV(B) | 348.32º | 0.9% | 0.82% | - |
| XYZ | 27.57 | 14.5 | 5.22 | - |
| YUV | 81.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 57 | 0 | 0.90 | 0.73 | 0.18 | 348.32 | 0.83 | 0.45 |
| Hex | D2 | 14 | 39 | 0 | 5A | 49 | 12 | 15C | 53 | 2D |
| Octal | 322 | 24 | 71 | 0 | 132 | 111 | 22 | 534 | 123 | 55 |
| Binary | 11010010 | 10100 | 111001 | 0 | 1011010 | 1001001 | 10010 | 101011100 | 1010011 | 101101 |
Color Harmonies of #D21439
Complementary color
Monochromatic Colors of #D21439
Black with #D21439
Text Example
Text Example
White with #D21439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21439; }
p { color: rgb(210,20,57); }
H1.HeaderClassName
{
color: #D21439;
}
.AnyTagClassName
{
color: #D21439;
}
</style>
background-color css
<style>
a { background-color: #D21439; }
a { background-color: rgb(210,20,57); }
div.DivClassName
{
background-color: #D21439;
}
.BgClassName
{
background-color: #D21439;
}
</style>
border-color css
<style>
span { border-color: #D21439; }
span { border-color: rgb(210,20,57); }
td.TdClassName
{
border-color: #D21439;
}
.TagClassName
{
border-color: #D21439;
}
</style>