Html Css Color HEX #E02A2B Alizarin

📋 copy color: '#E02A2B'

red 224 ◦ green 42 ◦ blue 43

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

Shades of Alizarin #E02A2B

Tints of Alizarin #E02A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 72.49%
G = 13.59%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E02A2B (or 0xE02A2B) is known color: Alizarin. HEX triplet: E0, 2A and 2B. RGB value is (224,42,43). Sum of RGB (Red+Green+Blue) = 224+42+43=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A2B is #1FD5D4. Grayscale: #606060. Windows color (decimal): -2086357 or 2829024. OLE color: 2829024.

HSL color Cylindrical-coordinate representation of color #E02A2B: hue angle of 359.67º degrees, saturation: 0.75, 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 #E02A2B is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 42 43 -
CMYK 0 0.81 0.81 0.12
HSL 359.67º 0.75% 0.52% -
HSV(B) 359.67º 0.81% 0.88% -
XYZ 32 17.68 4.01 -
YUV 96.53 97.8 218.92 -
System Red Green Blue C M Y K H S L
Decimal 224 42 43 0 0.81 0.81 0.12 359.67 0.75 0.52
Hex E0 2A 2B 0 51 51 C 168 4B 34
Octal 340 52 53 0 121 121 14 550 113 64
Binary 11100000 101010 101011 0 1010001 1010001 1100 101101000 1001011 110100

Color Harmonies of #E02A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02A2B

Black with #E02A2B

Text Example


Text Example

White with #E02A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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