Html Css Color HEX #E02F31 Alizarin

📋 copy color: '#E02F31'

red 224 ◦ green 47 ◦ blue 49

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

Shades of Alizarin #E02F31

Tints of Alizarin #E02F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.69%

 BLUE value IS 49 (19.53% from 255) = 15.31%

R = 70%
G = 14.69%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E02F31 (or 0xE02F31) is known color: Alizarin. HEX triplet: E0, 2F and 31. RGB value is (224,47,49). Sum of RGB (Red+Green+Blue) = 224+47+49=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02F31 is #1FD0CE. Grayscale: #646464. Windows color (decimal): -2085071 or 3223520. OLE color: 3223520.

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

Color convert

RGB 224 47 49 -
CMYK 0 0.79 0.78 0.12
HSL 359.32º 0.74% 0.53% -
HSV(B) 359.32º 0.79% 0.88% -
XYZ 32.31 18.1 4.7 -
YUV 100.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 224 47 49 0 0.79 0.78 0.12 359.32 0.74 0.53
Hex E0 2F 31 0 4F 4E C 167 4A 35
Octal 340 57 61 0 117 116 14 547 112 65
Binary 11100000 101111 110001 0 1001111 1001110 1100 101100111 1001010 110101

Color Harmonies of #E02F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F31

Black with #E02F31

Text Example


Text Example

White with #E02F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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