Html Css Color HEX #E0222F Alizarin

📋 copy color: '#E0222F'

red 224 ◦ green 34 ◦ blue 47

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

Shades of Alizarin #E0222F

Tints of Alizarin #E0222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 73.44%
G = 11.15%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0222F (or 0xE0222F) is known color: Alizarin. HEX triplet: E0, 22 and 2F. RGB value is (224,34,47). Sum of RGB (Red+Green+Blue) = 224+34+47=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0222F is #1FDDD0. Grayscale: #5C5C5C. Windows color (decimal): -2088401 or 3089120. OLE color: 3089120.

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

Color convert

RGB 224 34 47 -
CMYK 0 0.85 0.79 0.12
HSL 355.89º 0.75% 0.51% -
HSV(B) 355.89º 0.85% 0.88% -
XYZ 31.83 17.2 4.33 -
YUV 92.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 224 34 47 0 0.85 0.79 0.12 355.89 0.75 0.51
Hex E0 22 2F 0 55 4F C 164 4B 33
Octal 340 42 57 0 125 117 14 544 113 63
Binary 11100000 100010 101111 0 1010101 1001111 1100 101100100 1001011 110011

Color Harmonies of #E0222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0222F

Black with #E0222F

Text Example


Text Example

White with #E0222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0222F; }

 p { color: rgb(224,34,47); }

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

background-color css

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

 a { background-color: rgb(224,34,47); }

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

border-color css

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

 span { border-color: rgb(224,34,47); }

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