Html Css Color HEX #E02E2F Alizarin

📋 copy color: '#E02E2F'

red 224 ◦ green 46 ◦ blue 47

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

Shades of Alizarin #E02E2F

Tints of Alizarin #E02E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

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

R = 70.66%
G = 14.51%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E02E2F (or 0xE02E2F) is known color: Alizarin. HEX triplet: E0, 2E and 2F. RGB value is (224,46,47). Sum of RGB (Red+Green+Blue) = 224+46+47=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E2F is #1FD1D0. Grayscale: #636363. Windows color (decimal): -2085329 or 3092192. OLE color: 3092192.

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

Color convert

RGB 224 46 47 -
CMYK 0 0.79 0.79 0.12
HSL 359.66º 0.74% 0.53% -
HSV(B) 359.66º 0.79% 0.88% -
XYZ 32.23 18.01 4.47 -
YUV 99.34 98.47 216.92 -
System Red Green Blue C M Y K H S L
Decimal 224 46 47 0 0.79 0.79 0.12 359.66 0.74 0.53
Hex E0 2E 2F 0 4F 4F C 168 4A 35
Octal 340 56 57 0 117 117 14 550 112 65
Binary 11100000 101110 101111 0 1001111 1001111 1100 101101000 1001010 110101

Color Harmonies of #E02E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E2F

Black with #E02E2F

Text Example


Text Example

White with #E02E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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