#DE1139

Color #DE1139 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #DE1139

Tints of Crimson #DE1139

Color information

#DE1139 (or 0xDE1139) is unknown color: approx Crimson. HEX triplet: DE, 11 and 39. RGB value is (222,17,57). Sum of RGB (Red+Green+Blue) = 222+17+57=296 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1139 is #21EEC6. Grayscale: #525252. Windows color (decimal): -2223815 or 3740126. OLE color: 3740126.

HSL color Cylindrical-coordinate representation of color #DE1139: hue angle of 348.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE1139 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2221757-
CMYK00.920.740.13
HSL348.29º85.77%46.86%-
HSV(B)348.29º92.34%87.06%-
XYZ31.0616.235.37-
YUV82.86113.42227.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 75%
GREEN value IS 17 (7.03% from 255) = 5.74%
BLUE value IS 57 (22.66% from 255) = 19.26%
R=75%
G=5.74%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222175700.920.740.13348.2985.7746.86
HexDE113905C4AD15c562f
Octal336217101341121553412657
Binary110111101000111100101011100100101011011010111001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1139; }

 p { color: rgb(222,17,57); }

 H1.HeaderClassName
 {
   color: #DE1139;
 }
 .AnyTagClassName
 {
   color: #DE1139;
 }
</style>
background-color css

<style>
 a { background-color: #DE1139; }

 a { background-color: rgb(222,17,57); }

 div.DivClassName
 {
   background-color: #DE1139;
 }
 .BgClassName
 {
   background-color: #DE1139;
 }
</style>
border-color css

<style>
 span { border-color: #DE1139; }

 span { border-color: rgb(222,17,57); }

 td.TdClassName
 {
   border-color: #DE1139;
 }
 .TagClassName
 {
   border-color: #DE1139;
 }
</style>