Shades of Crimson #D1012F
Tints of Crimson #D1012F
RGB
CMYK
RGB Variations
Color information
#D1012F (or 0xD1012F) is known color: Crimson. HEX triplet: D1, 01 and 2F. RGB value is (209,1,47). Sum of RGB (Red+Green+Blue) = 209+1+47=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D1012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1012F is #2EFED0. Grayscale: #444444. Windows color (decimal): -3079889 or 3080657. OLE color: 3080657.
HSL color Cylindrical-coordinate representation of color #D1012F: hue angle of 346.73º 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 #D1012F is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.18 |
| HSL | 346.73º | 0.99% | 0.41% | - |
| HSV(B) | 346.73º | 1% | 0.82% | - |
| XYZ | 26.82 | 13.78 | 3.94 | - |
| YUV | 68.44 | 115.91 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 47 | 0 | 1.00 | 0.78 | 0.18 | 346.73 | 0.99 | 0.41 |
| Hex | D1 | 1 | 2F | 0 | 64 | 4E | 12 | 15B | 63 | 29 |
| Octal | 321 | 1 | 57 | 0 | 144 | 116 | 22 | 533 | 143 | 51 |
| Binary | 11010001 | 1 | 101111 | 0 | 1100100 | 1001110 | 10010 | 101011011 | 1100011 | 101001 |
Color Harmonies of #D1012F
Complementary color
Monochromatic Colors of #D1012F
Black with #D1012F
Text Example
Text Example
White with #D1012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1012F; }
p { color: rgb(209,1,47); }
H1.HeaderClassName
{
color: #D1012F;
}
.AnyTagClassName
{
color: #D1012F;
}
</style>
background-color css
<style>
a { background-color: #D1012F; }
a { background-color: rgb(209,1,47); }
div.DivClassName
{
background-color: #D1012F;
}
.BgClassName
{
background-color: #D1012F;
}
</style>
border-color css
<style>
span { border-color: #D1012F; }
span { border-color: rgb(209,1,47); }
td.TdClassName
{
border-color: #D1012F;
}
.TagClassName
{
border-color: #D1012F;
}
</style>