#DE2C3E

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

Shades of Alizarin #DE2C3E

Tints of Alizarin #DE2C3E

Color information

#DE2C3E (or 0xDE2C3E) is unknown color: approx Alizarin. HEX triplet: DE, 2C and 3E. RGB value is (222,44,62). Sum of RGB (Red+Green+Blue) = 222+44+62=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C3E is #21D3C1. Grayscale: #636363. Windows color (decimal): -2216898 or 4074718. OLE color: 4074718.

HSL color Cylindrical-coordinate representation of color #DE2C3E: hue angle of 353.93º 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 #DE2C3E is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB2224462-
CMYK00.800.720.13
HSL353.93º72.95%52.16%-
HSV(B)353.93º80.18%87.06%-
XYZ31.8917.686.29-
YUV99.27106.97215.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.68%
GREEN value IS 44 (17.58% from 255) = 13.41%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=67.68%
G=13.41%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222446200.800.720.13353.9372.9552.16
HexDE2C3E05048D1624934
Octal336547601201101554211164
Binary1101111010110011111001010000100100011011011000101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2C3E; }

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

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

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

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

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

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

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

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