Html Css Color HEX #EE202E Alizarin

📋 copy color: '#EE202E'

red 238 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #EE202E

Tints of Alizarin #EE202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 75.32%
G = 10.13%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE202E (or 0xEE202E) is known color: Alizarin. HEX triplet: EE, 20 and 2E. RGB value is (238,32,46). Sum of RGB (Red+Green+Blue) = 238+32+46=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE202E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE202E is #11DFD1. Grayscale: #5F5F5F. Windows color (decimal): -1171410 or 3023086. OLE color: 3023086.

HSL color Cylindrical-coordinate representation of color #EE202E: hue angle of 355.92º 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 #EE202E is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 32 46 -
CMYK 0 0.87 0.81 0.07
HSL 355.92º 0.86% 0.53% -
HSV(B) 355.92º 0.87% 0.93% -
XYZ 36.27 19.41 4.42 -
YUV 95.19 100.25 229.86 -
System Red Green Blue C M Y K H S L
Decimal 238 32 46 0 0.87 0.81 0.07 355.92 0.86 0.53
Hex EE 20 2E 0 57 51 7 164 56 35
Octal 356 40 56 0 127 121 7 544 126 65
Binary 11101110 100000 101110 0 1010111 1010001 111 101100100 1010110 110101

Color Harmonies of #EE202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE202E

Black with #EE202E

Text Example


Text Example

White with #EE202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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