Shades of Crimson #D80E2F
Tints of Crimson #D80E2F
RGB
CMYK
RGB Variations
Color information
#D80E2F (or 0xD80E2F) is known color: Crimson. HEX triplet: D8, 0E and 2F. RGB value is (216,14,47). Sum of RGB (Red+Green+Blue) = 216+14+47=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80E2F is #27F1D0. Grayscale: #4E4E4E. Windows color (decimal): -2617809 or 3083992. OLE color: 3083992.
HSL color Cylindrical-coordinate representation of color #D80E2F: hue angle of 350.2º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80E2F is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 47 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.15 |
| HSL | 350.2º | 0.88% | 0.45% | - |
| HSV(B) | 350.2º | 0.94% | 0.85% | - |
| XYZ | 28.99 | 15.12 | 4.08 | - |
| YUV | 78.16 | 110.42 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 47 | 0 | 0.94 | 0.78 | 0.15 | 350.2 | 0.88 | 0.45 |
| Hex | D8 | E | 2F | 0 | 5E | 4E | F | 15E | 58 | 2D |
| Octal | 330 | 16 | 57 | 0 | 136 | 116 | 17 | 536 | 130 | 55 |
| Binary | 11011000 | 1110 | 101111 | 0 | 1011110 | 1001110 | 1111 | 101011110 | 1011000 | 101101 |
Color Harmonies of #D80E2F
Complementary color
Monochromatic Colors of #D80E2F
Black with #D80E2F
Text Example
Text Example
White with #D80E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80E2F; }
p { color: rgb(216,14,47); }
H1.HeaderClassName
{
color: #D80E2F;
}
.AnyTagClassName
{
color: #D80E2F;
}
</style>
background-color css
<style>
a { background-color: #D80E2F; }
a { background-color: rgb(216,14,47); }
div.DivClassName
{
background-color: #D80E2F;
}
.BgClassName
{
background-color: #D80E2F;
}
</style>
border-color css
<style>
span { border-color: #D80E2F; }
span { border-color: rgb(216,14,47); }
td.TdClassName
{
border-color: #D80E2F;
}
.TagClassName
{
border-color: #D80E2F;
}
</style>