Html Css Color HEX #E02B34 Alizarin

📋 copy color: '#E02B34'

red 224 ◦ green 43 ◦ blue 52

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

Shades of Alizarin #E02B34

Tints of Alizarin #E02B34

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.48%

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 70.22%
G = 13.48%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E02B34 (or 0xE02B34) is known color: Alizarin. HEX triplet: E0, 2B and 34. RGB value is (224,43,52). Sum of RGB (Red+Green+Blue) = 224+43+52=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02B34 is #1FD4CB. Grayscale: #626262. Windows color (decimal): -2086092 or 3419104. OLE color: 3419104.

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

Color convert

RGB 224 43 52 -
CMYK 0 0.81 0.77 0.12
HSL 357.02º 0.74% 0.52% -
HSV(B) 357.02º 0.81% 0.88% -
XYZ 32.22 17.82 4.99 -
YUV 98.15 101.97 217.77 -
System Red Green Blue C M Y K H S L
Decimal 224 43 52 0 0.81 0.77 0.12 357.02 0.74 0.52
Hex E0 2B 34 0 51 4D C 165 4A 34
Octal 340 53 64 0 121 115 14 545 112 64
Binary 11100000 101011 110100 0 1010001 1001101 1100 101100101 1001010 110100

Color Harmonies of #E02B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B34

Black with #E02B34

Text Example


Text Example

White with #E02B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B34; }

 p { color: rgb(224,43,52); }

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

background-color css

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

 a { background-color: rgb(224,43,52); }

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

border-color css

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

 span { border-color: rgb(224,43,52); }

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