Html Css Color HEX #EE1E20 Alizarin

📋 copy color: '#EE1E20'

red 238 ◦ green 30 ◦ blue 32

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

Shades of Alizarin #EE1E20

Tints of Alizarin #EE1E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.67%

R = 79.33%
G = 10%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE1E20 (or 0xEE1E20) is known color: Alizarin. HEX triplet: EE, 1E and 20. RGB value is (238,30,32). Sum of RGB (Red+Green+Blue) = 238+30+32=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1E20 is #11E1DF. Grayscale: #5C5C5C. Windows color (decimal): -1171936 or 2105070. OLE color: 2105070.

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

Color convert

RGB 238 30 32 -
CMYK 0 0.87 0.87 0.07
HSL 359.42º 0.86% 0.53% -
HSV(B) 359.42º 0.87% 0.93% -
XYZ 35.98 19.21 3.18 -
YUV 92.42 93.91 231.84 -
System Red Green Blue C M Y K H S L
Decimal 238 30 32 0 0.87 0.87 0.07 359.42 0.86 0.53
Hex EE 1E 20 0 57 57 7 167 56 35
Octal 356 36 40 0 127 127 7 547 126 65
Binary 11101110 11110 100000 0 1010111 1010111 111 101100111 1010110 110101

Color Harmonies of #EE1E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1E20

Black with #EE1E20

Text Example


Text Example

White with #EE1E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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