Shades of Crimson #D80E3D
Tints of Crimson #D80E3D
RGB
CMYK
RGB Variations
Color information
#D80E3D (or 0xD80E3D) is known color: Crimson. HEX triplet: D8, 0E and 3D. RGB value is (216,14,61). Sum of RGB (Red+Green+Blue) = 216+14+61=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80E3D is #27F1C2. Grayscale: #4F4F4F. Windows color (decimal): -2617795 or 4001496. OLE color: 4001496.
HSL color Cylindrical-coordinate representation of color #D80E3D: hue angle of 346.04º 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 #D80E3D is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 61 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.15 |
| HSL | 346.04º | 0.88% | 0.45% | - |
| HSV(B) | 346.04º | 0.94% | 0.85% | - |
| XYZ | 29.32 | 15.25 | 5.81 | - |
| YUV | 79.76 | 117.42 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 61 | 0 | 0.94 | 0.72 | 0.15 | 346.04 | 0.88 | 0.45 |
| Hex | D8 | E | 3D | 0 | 5E | 48 | F | 15A | 58 | 2D |
| Octal | 330 | 16 | 75 | 0 | 136 | 110 | 17 | 532 | 130 | 55 |
| Binary | 11011000 | 1110 | 111101 | 0 | 1011110 | 1001000 | 1111 | 101011010 | 1011000 | 101101 |
Color Harmonies of #D80E3D
Complementary color
Monochromatic Colors of #D80E3D
Black with #D80E3D
Text Example
Text Example
White with #D80E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80E3D; }
p { color: rgb(216,14,61); }
H1.HeaderClassName
{
color: #D80E3D;
}
.AnyTagClassName
{
color: #D80E3D;
}
</style>
background-color css
<style>
a { background-color: #D80E3D; }
a { background-color: rgb(216,14,61); }
div.DivClassName
{
background-color: #D80E3D;
}
.BgClassName
{
background-color: #D80E3D;
}
</style>
border-color css
<style>
span { border-color: #D80E3D; }
span { border-color: rgb(216,14,61); }
td.TdClassName
{
border-color: #D80E3D;
}
.TagClassName
{
border-color: #D80E3D;
}
</style>