Shades of Crimson #DE1B49
Tints of Crimson #DE1B49
RGB
CMYK
RGB Variations
Color information
#DE1B49 (or 0xDE1B49) is known color: Crimson. HEX triplet: DE, 1B and 49. RGB value is (222,27,73). Sum of RGB (Red+Green+Blue) = 222+27+73=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1B49 is #21E4B6. Grayscale: #5A5A5A. Windows color (decimal): -2221239 or 4791262. OLE color: 4791262.
HSL color Cylindrical-coordinate representation of color #DE1B49: hue angle of 345.85º 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 #DE1B49 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 73 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.13 |
| HSL | 345.85º | 0.78% | 0.49% | - |
| HSV(B) | 345.85º | 0.88% | 0.87% | - |
| XYZ | 31.72 | 16.79 | 7.87 | - |
| YUV | 90.55 | 118.1 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 73 | 0 | 0.88 | 0.67 | 0.13 | 345.85 | 0.78 | 0.49 |
| Hex | DE | 1B | 49 | 0 | 58 | 43 | D | 15A | 4E | 31 |
| Octal | 336 | 33 | 111 | 0 | 130 | 103 | 15 | 532 | 116 | 61 |
| Binary | 11011110 | 11011 | 1001001 | 0 | 1011000 | 1000011 | 1101 | 101011010 | 1001110 | 110001 |
Color Harmonies of #DE1B49
Complementary color
Monochromatic Colors of #DE1B49
Black with #DE1B49
Text Example
Text Example
White with #DE1B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1B49; }
p { color: rgb(222,27,73); }
H1.HeaderClassName
{
color: #DE1B49;
}
.AnyTagClassName
{
color: #DE1B49;
}
</style>
background-color css
<style>
a { background-color: #DE1B49; }
a { background-color: rgb(222,27,73); }
div.DivClassName
{
background-color: #DE1B49;
}
.BgClassName
{
background-color: #DE1B49;
}
</style>
border-color css
<style>
span { border-color: #DE1B49; }
span { border-color: rgb(222,27,73); }
td.TdClassName
{
border-color: #DE1B49;
}
.TagClassName
{
border-color: #DE1B49;
}
</style>