Shades of Crimson #D21048
Tints of Crimson #D21048
RGB
CMYK
RGB Variations
Color information
#D21048 (or 0xD21048) is known color: Crimson. HEX triplet: D2, 10 and 48. RGB value is (210,16,72). Sum of RGB (Red+Green+Blue) = 210+16+72=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D21048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21048 is #2DEFB7. Grayscale: #505050. Windows color (decimal): -3010488 or 4722898. OLE color: 4722898.
HSL color Cylindrical-coordinate representation of color #D21048: hue angle of 342.68º 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 #D21048 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 72 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.18 |
| HSL | 342.68º | 0.86% | 0.44% | - |
| HSV(B) | 342.68º | 0.92% | 0.82% | - |
| XYZ | 27.93 | 14.54 | 7.47 | - |
| YUV | 80.39 | 123.27 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 72 | 0 | 0.92 | 0.66 | 0.18 | 342.68 | 0.86 | 0.44 |
| Hex | D2 | 10 | 48 | 0 | 5C | 42 | 12 | 157 | 56 | 2C |
| Octal | 322 | 20 | 110 | 0 | 134 | 102 | 22 | 527 | 126 | 54 |
| Binary | 11010010 | 10000 | 1001000 | 0 | 1011100 | 1000010 | 10010 | 101010111 | 1010110 | 101100 |
Color Harmonies of #D21048
Complementary color
Monochromatic Colors of #D21048
Black with #D21048
Text Example
Text Example
White with #D21048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21048; }
p { color: rgb(210,16,72); }
H1.HeaderClassName
{
color: #D21048;
}
.AnyTagClassName
{
color: #D21048;
}
</style>
background-color css
<style>
a { background-color: #D21048; }
a { background-color: rgb(210,16,72); }
div.DivClassName
{
background-color: #D21048;
}
.BgClassName
{
background-color: #D21048;
}
</style>
border-color css
<style>
span { border-color: #D21048; }
span { border-color: rgb(210,16,72); }
td.TdClassName
{
border-color: #D21048;
}
.TagClassName
{
border-color: #D21048;
}
</style>