#DE2528

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

Shades of Alizarin #DE2528

Tints of Alizarin #DE2528

Color information

#DE2528 (or 0xDE2528) is unknown color: approx Alizarin. HEX triplet: DE, 25 and 28. RGB value is (222,37,40). Sum of RGB (Red+Green+Blue) = 222+37+40=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2528 is #21DAD7. Grayscale: #5C5C5C. Windows color (decimal): -2218712 or 2631134. OLE color: 2631134.

HSL color Cylindrical-coordinate representation of color #DE2528: hue angle of 359.03º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2528 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB2223740-
CMYK00.830.820.13
HSL359.03º73.71%50.78%-
HSV(B)359.03º83.33%87.06%-
XYZ31.1717.013.65-
YUV92.6698.29220.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 74.25%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=74.25%
G=12.37%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222374000.830.820.13359.0373.7150.78
HexDE252805352D1674a33
Octal336455001231221554711263
Binary1101111010010110100001010011101001011011011001111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2528; }

 p { color: rgb(222,37,40); }

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

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

 a { background-color: rgb(222,37,40); }

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

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

 span { border-color: rgb(222,37,40); }

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