Shades of Crimson #D1012E
Tints of Crimson #D1012E
RGB
CMYK
RGB Variations
Color information
#D1012E (or 0xD1012E) is known color: Crimson. HEX triplet: D1, 01 and 2E. RGB value is (209,1,46). Sum of RGB (Red+Green+Blue) = 209+1+46=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D1012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1012E is #2EFED1. Grayscale: #444444. Windows color (decimal): -3079890 or 3015121. OLE color: 3015121.
HSL color Cylindrical-coordinate representation of color #D1012E: hue angle of 347.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1012E is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.18 |
| HSL | 347.02º | 0.99% | 0.41% | - |
| HSV(B) | 347.02º | 1% | 0.82% | - |
| XYZ | 26.8 | 13.77 | 3.83 | - |
| YUV | 68.32 | 115.41 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 46 | 0 | 1.00 | 0.78 | 0.18 | 347.02 | 0.99 | 0.41 |
| Hex | D1 | 1 | 2E | 0 | 64 | 4E | 12 | 15B | 63 | 29 |
| Octal | 321 | 1 | 56 | 0 | 144 | 116 | 22 | 533 | 143 | 51 |
| Binary | 11010001 | 1 | 101110 | 0 | 1100100 | 1001110 | 10010 | 101011011 | 1100011 | 101001 |
Color Harmonies of #D1012E
Complementary color
Monochromatic Colors of #D1012E
Black with #D1012E
Text Example
Text Example
White with #D1012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1012E; }
p { color: rgb(209,1,46); }
H1.HeaderClassName
{
color: #D1012E;
}
.AnyTagClassName
{
color: #D1012E;
}
</style>
background-color css
<style>
a { background-color: #D1012E; }
a { background-color: rgb(209,1,46); }
div.DivClassName
{
background-color: #D1012E;
}
.BgClassName
{
background-color: #D1012E;
}
</style>
border-color css
<style>
span { border-color: #D1012E; }
span { border-color: rgb(209,1,46); }
td.TdClassName
{
border-color: #D1012E;
}
.TagClassName
{
border-color: #D1012E;
}
</style>