#e02b35

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

Shades of Alizarin #E02B35

Tints of Alizarin #E02B35

Color information

#E02B35 (or 0xE02B35) is unknown color: approx Alizarin. HEX triplet: E0, 2B and 35. RGB value is (224,43,53). Sum of RGB (Red+Green+Blue) = 224+43+53=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02B35 is #1FD4CA. Grayscale: #626262. Windows color (decimal): -2086091 or 3484640. OLE color: 3484640.

HSL color Cylindrical-coordinate representation of color #E02B35: hue angle of 356.69º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02B35 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB2244353-
CMYK00.810.760.12
HSL356.69º74.49%52.35%-
HSV(B)356.69º80.8%87.84%-
XYZ32.2517.835.11-
YUV98.26102.47217.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 70%
GREEN value IS 43 (17.19% from 255) = 13.44%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=70%
G=13.44%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224435300.810.760.12356.6974.4952.35
HexE02B350514CC1654a34
Octal340536501211141454511264
Binary1110000010101111010101010001100110011001011001011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02b35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02b35; }

 p { color: rgb(224,43,53); }

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

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

 a { background-color: rgb(224,43,53); }

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

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

 span { border-color: rgb(224,43,53); }

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