Shades of Crimson #DE1B40
Tints of Crimson #DE1B40
RGB
CMYK
RGB Variations
Color information
#DE1B40 (or 0xDE1B40) is known color: Crimson. HEX triplet: DE, 1B and 40. RGB value is (222,27,64). Sum of RGB (Red+Green+Blue) = 222+27+64=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1B40 is #21E4BF. Grayscale: #595959. Windows color (decimal): -2221248 or 4201438. OLE color: 4201438.
HSL color Cylindrical-coordinate representation of color #DE1B40: hue angle of 348.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1B40 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 64 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.13 |
| HSL | 348.62º | 0.78% | 0.49% | - |
| HSV(B) | 348.62º | 0.88% | 0.87% | - |
| XYZ | 31.44 | 16.68 | 6.41 | - |
| YUV | 89.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 64 | 0 | 0.88 | 0.71 | 0.13 | 348.62 | 0.78 | 0.49 |
| Hex | DE | 1B | 40 | 0 | 58 | 47 | D | 15D | 4E | 31 |
| Octal | 336 | 33 | 100 | 0 | 130 | 107 | 15 | 535 | 116 | 61 |
| Binary | 11011110 | 11011 | 1000000 | 0 | 1011000 | 1000111 | 1101 | 101011101 | 1001110 | 110001 |
Color Harmonies of #DE1B40
Complementary color
Monochromatic Colors of #DE1B40
Black with #DE1B40
Text Example
Text Example
White with #DE1B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1B40; }
p { color: rgb(222,27,64); }
H1.HeaderClassName
{
color: #DE1B40;
}
.AnyTagClassName
{
color: #DE1B40;
}
</style>
background-color css
<style>
a { background-color: #DE1B40; }
a { background-color: rgb(222,27,64); }
div.DivClassName
{
background-color: #DE1B40;
}
.BgClassName
{
background-color: #DE1B40;
}
</style>
border-color css
<style>
span { border-color: #DE1B40; }
span { border-color: rgb(222,27,64); }
td.TdClassName
{
border-color: #DE1B40;
}
.TagClassName
{
border-color: #DE1B40;
}
</style>