Html Css Color HEX #EE181C Alizarin

📋 copy color: '#EE181C'

red 238 ◦ green 24 ◦ blue 28

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

Shades of Alizarin #EE181C

Tints of Alizarin #EE181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

 BLUE value IS 28 (11.33% from 255) = 9.66%

R = 82.07%
G = 8.28%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE181C (or 0xEE181C) is known color: Alizarin. HEX triplet: EE, 18 and 1C. RGB value is (238,24,28). Sum of RGB (Red+Green+Blue) = 238+24+28=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE181C is #11E7E3. Grayscale: #585858. Windows color (decimal): -1173476 or 1841390. OLE color: 1841390.

HSL color Cylindrical-coordinate representation of color #EE181C: hue angle of 358.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE181C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 24 28 -
CMYK 0 0.90 0.88 0.07
HSL 358.88º 0.86% 0.51% -
HSV(B) 358.88º 0.9% 0.93% -
XYZ 35.8 18.91 2.86 -
YUV 88.44 93.9 234.67 -
System Red Green Blue C M Y K H S L
Decimal 238 24 28 0 0.90 0.88 0.07 358.88 0.86 0.51
Hex EE 18 1C 0 5A 58 7 167 56 33
Octal 356 30 34 0 132 130 7 547 126 63
Binary 11101110 11000 11100 0 1011010 1011000 111 101100111 1010110 110011

Color Harmonies of #EE181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE181C

Black with #EE181C

Text Example


Text Example

White with #EE181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE181C; }

 p { color: rgb(238,24,28); }

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

background-color css

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

 a { background-color: rgb(238,24,28); }

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

border-color css

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

 span { border-color: rgb(238,24,28); }

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