Html Css Color HEX #EE1E21 Alizarin

📋 copy color: '#EE1E21'

red 238 ◦ green 30 ◦ blue 33

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

Shades of Alizarin #EE1E21

Tints of Alizarin #EE1E21

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.97%

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 79.07%
G = 9.97%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE1E21 (or 0xEE1E21) is known color: Alizarin. HEX triplet: EE, 1E and 21. RGB value is (238,30,33). Sum of RGB (Red+Green+Blue) = 238+30+33=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1E21 is #11E1DE. Grayscale: #5C5C5C. Windows color (decimal): -1171935 or 2170606. OLE color: 2170606.

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

Color convert

RGB 238 30 33 -
CMYK 0 0.87 0.86 0.07
HSL 359.13º 0.86% 0.53% -
HSV(B) 359.13º 0.87% 0.93% -
XYZ 36 19.22 3.25 -
YUV 92.53 94.41 231.76 -
System Red Green Blue C M Y K H S L
Decimal 238 30 33 0 0.87 0.86 0.07 359.13 0.86 0.53
Hex EE 1E 21 0 57 56 7 167 56 35
Octal 356 36 41 0 127 126 7 547 126 65
Binary 11101110 11110 100001 0 1010111 1010110 111 101100111 1010110 110101

Color Harmonies of #EE1E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1E21

Black with #EE1E21

Text Example


Text Example

White with #EE1E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1E21; }

 p { color: rgb(238,30,33); }

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

background-color css

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

 a { background-color: rgb(238,30,33); }

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

border-color css

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

 span { border-color: rgb(238,30,33); }

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