Html Css Color HEX #EE202C Alizarin

📋 copy color: '#EE202C'

red 238 ◦ green 32 ◦ blue 44

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

Shades of Alizarin #EE202C

Tints of Alizarin #EE202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 75.8%
G = 10.19%
B = 14.01%

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

#EE202C (or 0xEE202C) is known color: Alizarin. HEX triplet: EE, 20 and 2C. RGB value is (238,32,44). Sum of RGB (Red+Green+Blue) = 238+32+44=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE202C is #11DFD3. Grayscale: #5F5F5F. Windows color (decimal): -1171412 or 2892014. OLE color: 2892014.

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

Color convert

RGB 238 32 44 -
CMYK 0 0.87 0.82 0.07
HSL 356.5º 0.86% 0.53% -
HSV(B) 356.5º 0.87% 0.93% -
XYZ 36.23 19.39 4.22 -
YUV 94.96 99.25 230.02 -
System Red Green Blue C M Y K H S L
Decimal 238 32 44 0 0.87 0.82 0.07 356.5 0.86 0.53
Hex EE 20 2C 0 57 52 7 165 56 35
Octal 356 40 54 0 127 122 7 545 126 65
Binary 11101110 100000 101100 0 1010111 1010010 111 101100101 1010110 110101

Color Harmonies of #EE202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE202C

Black with #EE202C

Text Example


Text Example

White with #EE202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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