Shades of Crimson #D1022E
Tints of Crimson #D1022E
RGB
CMYK
RGB Variations
Color information
#D1022E (or 0xD1022E) is known color: Crimson. HEX triplet: D1, 02 and 2E. RGB value is (209,2,46). Sum of RGB (Red+Green+Blue) = 209+2+46=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D1022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1022E is #2EFDD1. Grayscale: #444444. Windows color (decimal): -3079634 or 3015377. OLE color: 3015377.
HSL color Cylindrical-coordinate representation of color #D1022E: hue angle of 347.25º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1022E is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.18 |
| HSL | 347.25º | 0.98% | 0.41% | - |
| HSV(B) | 347.25º | 0.99% | 0.82% | - |
| XYZ | 26.81 | 13.8 | 3.83 | - |
| YUV | 68.91 | 115.08 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 46 | 0 | 0.99 | 0.78 | 0.18 | 347.25 | 0.98 | 0.41 |
| Hex | D1 | 2 | 2E | 0 | 63 | 4E | 12 | 15B | 62 | 29 |
| Octal | 321 | 2 | 56 | 0 | 143 | 116 | 22 | 533 | 142 | 51 |
| Binary | 11010001 | 10 | 101110 | 0 | 1100011 | 1001110 | 10010 | 101011011 | 1100010 | 101001 |
Color Harmonies of #D1022E
Complementary color
Monochromatic Colors of #D1022E
Black with #D1022E
Text Example
Text Example
White with #D1022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1022E; }
p { color: rgb(209,2,46); }
H1.HeaderClassName
{
color: #D1022E;
}
.AnyTagClassName
{
color: #D1022E;
}
</style>
background-color css
<style>
a { background-color: #D1022E; }
a { background-color: rgb(209,2,46); }
div.DivClassName
{
background-color: #D1022E;
}
.BgClassName
{
background-color: #D1022E;
}
</style>
border-color css
<style>
span { border-color: #D1022E; }
span { border-color: rgb(209,2,46); }
td.TdClassName
{
border-color: #D1022E;
}
.TagClassName
{
border-color: #D1022E;
}
</style>