Shades of Crimson #DE1C3C
Tints of Crimson #DE1C3C
RGB
CMYK
RGB Variations
Color information
#DE1C3C (or 0xDE1C3C) is known color: Crimson. HEX triplet: DE, 1C and 3C. RGB value is (222,28,60). Sum of RGB (Red+Green+Blue) = 222+28+60=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1C3C is #21E3C3. Grayscale: #595959. Windows color (decimal): -2220996 or 3939550. OLE color: 3939550.
HSL color Cylindrical-coordinate representation of color #DE1C3C: hue angle of 350.1º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1C3C is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 28 | 60 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.13 |
| HSL | 350.1º | 0.78% | 0.49% | - |
| HSV(B) | 350.1º | 0.87% | 0.87% | - |
| XYZ | 31.36 | 16.69 | 5.84 | - |
| YUV | 89.65 | 111.27 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 60 | 0 | 0.87 | 0.73 | 0.13 | 350.1 | 0.78 | 0.49 |
| Hex | DE | 1C | 3C | 0 | 57 | 49 | D | 15E | 4E | 31 |
| Octal | 336 | 34 | 74 | 0 | 127 | 111 | 15 | 536 | 116 | 61 |
| Binary | 11011110 | 11100 | 111100 | 0 | 1010111 | 1001001 | 1101 | 101011110 | 1001110 | 110001 |
Color Harmonies of #DE1C3C
Complementary color
Monochromatic Colors of #DE1C3C
Black with #DE1C3C
Text Example
Text Example
White with #DE1C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1C3C; }
p { color: rgb(222,28,60); }
H1.HeaderClassName
{
color: #DE1C3C;
}
.AnyTagClassName
{
color: #DE1C3C;
}
</style>
background-color css
<style>
a { background-color: #DE1C3C; }
a { background-color: rgb(222,28,60); }
div.DivClassName
{
background-color: #DE1C3C;
}
.BgClassName
{
background-color: #DE1C3C;
}
</style>
border-color css
<style>
span { border-color: #DE1C3C; }
span { border-color: rgb(222,28,60); }
td.TdClassName
{
border-color: #DE1C3C;
}
.TagClassName
{
border-color: #DE1C3C;
}
</style>