Html Css Color HEX #E02125 Alizarin

📋 copy color: '#E02125'

red 224 ◦ green 33 ◦ blue 37

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

Shades of Alizarin #E02125

Tints of Alizarin #E02125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.59%

R = 76.19%
G = 11.22%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E02125 (or 0xE02125) is known color: Alizarin. HEX triplet: E0, 21 and 25. RGB value is (224,33,37). Sum of RGB (Red+Green+Blue) = 224+33+37=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E02125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02125 is #1FDEDA. Grayscale: #5A5A5A. Windows color (decimal): -2088667 or 2433504. OLE color: 2433504.

HSL color Cylindrical-coordinate representation of color #E02125: hue angle of 358.74º 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 #E02125 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 37 -
CMYK 0 0.85 0.83 0.12
HSL 358.74º 0.75% 0.5% -
HSV(B) 358.74º 0.85% 0.88% -
XYZ 31.62 17.07 3.38 -
YUV 90.57 97.78 223.17 -
System Red Green Blue C M Y K H S L
Decimal 224 33 37 0 0.85 0.83 0.12 358.74 0.75 0.5
Hex E0 21 25 0 55 53 C 167 4B 32
Octal 340 41 45 0 125 123 14 547 113 62
Binary 11100000 100001 100101 0 1010101 1010011 1100 101100111 1001011 110010

Color Harmonies of #E02125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02125

Black with #E02125

Text Example


Text Example

White with #E02125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02125; }

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

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

background-color css

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

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

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

border-color css

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

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

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