Shades of Crimson #D10E30
Tints of Crimson #D10E30
RGB
CMYK
RGB Variations
Color information
#D10E30 (or 0xD10E30) is known color: Crimson. HEX triplet: D1, 0E and 30. RGB value is (209,14,48). Sum of RGB (Red+Green+Blue) = 209+14+48=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E30 is #2EF1CF. Grayscale: #4C4C4C. Windows color (decimal): -3076560 or 3149521. OLE color: 3149521.
HSL color Cylindrical-coordinate representation of color #D10E30: hue angle of 349.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E30 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 48 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.18 |
| HSL | 349.54º | 0.87% | 0.44% | - |
| HSV(B) | 349.54º | 0.93% | 0.82% | - |
| XYZ | 26.99 | 14.08 | 4.09 | - |
| YUV | 76.18 | 112.1 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 48 | 0 | 0.93 | 0.77 | 0.18 | 349.54 | 0.87 | 0.44 |
| Hex | D1 | E | 30 | 0 | 5D | 4D | 12 | 15E | 57 | 2C |
| Octal | 321 | 16 | 60 | 0 | 135 | 115 | 22 | 536 | 127 | 54 |
| Binary | 11010001 | 1110 | 110000 | 0 | 1011101 | 1001101 | 10010 | 101011110 | 1010111 | 101100 |
Color Harmonies of #D10E30
Complementary color
Monochromatic Colors of #D10E30
Black with #D10E30
Text Example
Text Example
White with #D10E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E30; }
p { color: rgb(209,14,48); }
H1.HeaderClassName
{
color: #D10E30;
}
.AnyTagClassName
{
color: #D10E30;
}
</style>
background-color css
<style>
a { background-color: #D10E30; }
a { background-color: rgb(209,14,48); }
div.DivClassName
{
background-color: #D10E30;
}
.BgClassName
{
background-color: #D10E30;
}
</style>
border-color css
<style>
span { border-color: #D10E30; }
span { border-color: rgb(209,14,48); }
td.TdClassName
{
border-color: #D10E30;
}
.TagClassName
{
border-color: #D10E30;
}
</style>