#DE2B3E

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

Shades of Alizarin #DE2B3E

Tints of Alizarin #DE2B3E

Color information

#DE2B3E (or 0xDE2B3E) is unknown color: approx Alizarin. HEX triplet: DE, 2B and 3E. RGB value is (222,43,62). Sum of RGB (Red+Green+Blue) = 222+43+62=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2B3E is #21D4C1. Grayscale: #626262. Windows color (decimal): -2217154 or 4074462. OLE color: 4074462.

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

Color convert

RGB2224362-
CMYK00.810.720.13
HSL353.63º73.06%51.96%-
HSV(B)353.63º80.63%87.06%-
XYZ31.8617.616.28-
YUV98.69107.3215.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.89%
GREEN value IS 43 (17.19% from 255) = 13.15%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=67.89%
G=13.15%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222436200.810.720.13353.6373.0651.96
HexDE2B3E05148D1624934
Octal336537601211101554211164
Binary1101111010101111111001010001100100011011011000101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2B3E; }

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

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

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

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

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

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

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

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