#DE1D27

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

Shades of Alizarin #DE1D27

Tints of Alizarin #DE1D27

Color information

#DE1D27 (or 0xDE1D27) is unknown color: approx Alizarin. HEX triplet: DE, 1D and 27. RGB value is (222,29,39). Sum of RGB (Red+Green+Blue) = 222+29+39=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1D27 is #21E2D8. Grayscale: #585858. Windows color (decimal): -2220761 or 2563550. OLE color: 2563550.

HSL color Cylindrical-coordinate representation of color #DE1D27: hue angle of 356.89º degrees, saturation: 0.77, 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 #DE1D27 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB2222939-
CMYK00.870.820.13
HSL356.89º76.89%49.22%-
HSV(B)356.89º86.94%87.06%-
XYZ30.9316.553.48-
YUV87.85100.44223.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 76.55%
GREEN value IS 29 (11.72% from 255) = 10%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=76.55%
G=10%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222293900.870.820.13356.8976.8949.22
HexDE1D2705752D1654d31
Octal336354701271221554511561
Binary110111101110110011101010111101001011011011001011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1D27; }

 p { color: rgb(222,29,39); }

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

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

 a { background-color: rgb(222,29,39); }

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

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

 span { border-color: rgb(222,29,39); }

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