Shades of Crimson #D2002E
Tints of Crimson #D2002E
RGB
CMYK
RGB Variations
Color information
#D2002E (or 0xD2002E) is known color: Crimson. HEX triplet: D2, 00 and 2E. RGB value is (210,0,46). Sum of RGB (Red+Green+Blue) = 210+0+46=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D2002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2002E is #2DFFD1. Grayscale: #444444. Windows color (decimal): -3014610 or 3014866. OLE color: 3014866.
HSL color Cylindrical-coordinate representation of color #D2002E: hue angle of 346.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2002E is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.78 | 0.18 |
| HSL | 346.86º | 1% | 0.41% | - |
| HSV(B) | 346.86º | 1% | 0.82% | - |
| XYZ | 27.07 | 13.9 | 3.84 | - |
| YUV | 68.03 | 115.57 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 46 | 0 | 1 | 0.78 | 0.18 | 346.86 | 1 | 0.41 |
| Hex | D2 | 0 | 2E | 0 | 64 | 4E | 12 | 15B | 64 | 29 |
| Octal | 322 | 0 | 56 | 0 | 144 | 116 | 22 | 533 | 144 | 51 |
| Binary | 11010010 | 0 | 101110 | 0 | 1100100 | 1001110 | 10010 | 101011011 | 1100100 | 101001 |
Color Harmonies of #D2002E
Complementary color
Monochromatic Colors of #D2002E
Black with #D2002E
Text Example
Text Example
White with #D2002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2002E; }
p { color: rgb(210,0,46); }
H1.HeaderClassName
{
color: #D2002E;
}
.AnyTagClassName
{
color: #D2002E;
}
</style>
background-color css
<style>
a { background-color: #D2002E; }
a { background-color: rgb(210,0,46); }
div.DivClassName
{
background-color: #D2002E;
}
.BgClassName
{
background-color: #D2002E;
}
</style>
border-color css
<style>
span { border-color: #D2002E; }
span { border-color: rgb(210,0,46); }
td.TdClassName
{
border-color: #D2002E;
}
.TagClassName
{
border-color: #D2002E;
}
</style>