Html Css Color HEX #EE202A Alizarin

📋 copy color: '#EE202A'

red 238 ◦ green 32 ◦ blue 42

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

Shades of Alizarin #EE202A

Tints of Alizarin #EE202A

RGB

 RED value IS 238 (93.36% from 255) = 76.28%

 GREEN value IS 32 (12.89% from 255) = 10.26%

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 76.28%
G = 10.26%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE202A (or 0xEE202A) is known color: Alizarin. HEX triplet: EE, 20 and 2A. RGB value is (238,32,42). Sum of RGB (Red+Green+Blue) = 238+32+42=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE202A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE202A is #11DFD5. Grayscale: #5E5E5E. Windows color (decimal): -1171414 or 2760942. OLE color: 2760942.

HSL color Cylindrical-coordinate representation of color #EE202A: hue angle of 357.09º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE202A is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 32 42 -
CMYK 0 0.87 0.82 0.07
HSL 357.09º 0.86% 0.53% -
HSV(B) 357.09º 0.87% 0.93% -
XYZ 36.19 19.38 4.02 -
YUV 94.73 98.25 230.19 -
System Red Green Blue C M Y K H S L
Decimal 238 32 42 0 0.87 0.82 0.07 357.09 0.86 0.53
Hex EE 20 2A 0 57 52 7 165 56 35
Octal 356 40 52 0 127 122 7 545 126 65
Binary 11101110 100000 101010 0 1010111 1010010 111 101100101 1010110 110101

Color Harmonies of #EE202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE202A

Black with #EE202A

Text Example


Text Example

White with #EE202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE202A; }

 p { color: rgb(238,32,42); }

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

background-color css

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

 a { background-color: rgb(238,32,42); }

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

border-color css

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

 span { border-color: rgb(238,32,42); }

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