#DE2C34

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

Shades of Alizarin #DE2C34

Tints of Alizarin #DE2C34

Color information

#DE2C34 (or 0xDE2C34) is unknown color: approx Alizarin. HEX triplet: DE, 2C and 34. RGB value is (222,44,52). Sum of RGB (Red+Green+Blue) = 222+44+52=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C34 is #21D3CB. Grayscale: #626262. Windows color (decimal): -2216908 or 3419358. OLE color: 3419358.

HSL color Cylindrical-coordinate representation of color #DE2C34: hue angle of 357.3º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C34 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB2224452-
CMYK00.800.770.13
HSL357.3º72.95%52.16%-
HSV(B)357.3º80.18%87.06%-
XYZ31.6417.584.97-
YUV98.13101.97216.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 69.81%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 52 (20.70% from 255) = 16.35%
R=69.81%
G=13.84%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222445200.800.770.13357.372.9552.16
HexDE2C340504DD1654934
Octal336546401201151554511164
Binary1101111010110011010001010000100110111011011001011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2C34; }

 p { color: rgb(222,44,52); }

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

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

 a { background-color: rgb(222,44,52); }

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

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

 span { border-color: rgb(222,44,52); }

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