#DE2B3F

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

Shades of Alizarin #DE2B3F

Tints of Alizarin #DE2B3F

Color information

#DE2B3F (or 0xDE2B3F) is unknown color: approx Alizarin. HEX triplet: DE, 2B and 3F. RGB value is (222,43,63). Sum of RGB (Red+Green+Blue) = 222+43+63=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2B3F is #21D4C0. Grayscale: #626262. Windows color (decimal): -2217153 or 4139998. OLE color: 4139998.

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

Color convert

RGB2224363-
CMYK00.810.720.13
HSL353.3º73.06%51.96%-
HSV(B)353.3º80.63%87.06%-
XYZ31.8917.626.42-
YUV98.8107.8215.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.68%
GREEN value IS 43 (17.19% from 255) = 13.11%
BLUE value IS 63 (25% from 255) = 19.21%
R=67.68%
G=13.11%
B=19.21%

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
Decimal222436300.810.720.13353.373.0651.96
HexDE2B3F05148D1614934
Octal336537701211101554111164
Binary1101111010101111111101010001100100011011011000011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2B3F; }

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

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

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

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

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

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

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

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