Html Css Color HEX #E02138 Alizarin

📋 copy color: '#E02138'

red 224 ◦ green 33 ◦ blue 56

#E02138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #E02138

Tints of Alizarin #E02138

RGB

 RED value IS 224 (87.89% from 255) = 71.57%

 GREEN value IS 33 (13.28% from 255) = 10.54%

 BLUE value IS 56 (22.27% from 255) = 17.89%

R = 71.57%
G = 10.54%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E02138 (or 0xE02138) is known color: Alizarin. HEX triplet: E0, 21 and 38. RGB value is (224,33,56). Sum of RGB (Red+Green+Blue) = 224+33+56=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E02138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02138 is #1FDEC7. Grayscale: #5C5C5C. Windows color (decimal): -2088648 or 3678688. OLE color: 3678688.

HSL color Cylindrical-coordinate representation of color #E02138: hue angle of 352.77º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02138 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 56 -
CMYK 0 0.85 0.75 0.12
HSL 352.77º 0.75% 0.5% -
HSV(B) 352.77º 0.85% 0.88% -
XYZ 32 17.22 5.38 -
YUV 92.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 224 33 56 0 0.85 0.75 0.12 352.77 0.75 0.5
Hex E0 21 38 0 55 4B C 161 4B 32
Octal 340 41 70 0 125 113 14 541 113 62
Binary 11100000 100001 111000 0 1010101 1001011 1100 101100001 1001011 110010

Color Harmonies of #E02138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02138

Black with #E02138

Text Example


Text Example

White with #E02138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02138; }

 p { color: rgb(224,33,56); }

 H1.HeaderClassName
 {
   color: #E02138;
 }
 .AnyTagClassName
 {
   color: #E02138;
 }
</style>

background-color css

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

 a { background-color: rgb(224,33,56); }

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

border-color css

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

 span { border-color: rgb(224,33,56); }

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