#DE1E32

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

Shades of Alizarin #DE1E32

Tints of Alizarin #DE1E32

Color information

#DE1E32 (or 0xDE1E32) is unknown color: approx Alizarin. HEX triplet: DE, 1E and 32. RGB value is (222,30,50). Sum of RGB (Red+Green+Blue) = 222+30+50=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E32 is #21E1CD. Grayscale: #595959. Windows color (decimal): -2220494 or 3284702. OLE color: 3284702.

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

Color convert

RGB2223050-
CMYK00.860.770.13
HSL353.75º76.19%49.41%-
HSV(B)353.75º86.49%87.06%-
XYZ31.1616.694.6-
YUV89.69105.61222.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 73.51%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=73.51%
G=9.93%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222305000.860.770.13353.7576.1949.41
HexDE1E320564DD1624c31
Octal336366201261151554211461
Binary110111101111011001001010110100110111011011000101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1E32; }

 p { color: rgb(222,30,50); }

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

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

 a { background-color: rgb(222,30,50); }

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

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

 span { border-color: rgb(222,30,50); }

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