#DE2B3B

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

Shades of Alizarin #DE2B3B

Tints of Alizarin #DE2B3B

Color information

#DE2B3B (or 0xDE2B3B) is unknown color: approx Alizarin. HEX triplet: DE, 2B and 3B. RGB value is (222,43,59). Sum of RGB (Red+Green+Blue) = 222+43+59=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2B3B is #21D4C4. Grayscale: #626262. Windows color (decimal): -2217157 or 3877854. OLE color: 3877854.

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

Color convert

RGB2224359-
CMYK00.810.730.13
HSL354.64º73.06%51.96%-
HSV(B)354.64º80.63%87.06%-
XYZ31.7817.575.85-
YUV98.34105.8216.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 68.52%
GREEN value IS 43 (17.19% from 255) = 13.27%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=68.52%
G=13.27%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222435900.810.730.13354.6473.0651.96
HexDE2B3B05149D1634934
Octal336537301211111554311164
Binary1101111010101111101101010001100100111011011000111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2B3B; }

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

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

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

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

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

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

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

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