Html Css Color HEX #EE181D Alizarin

📋 copy color: '#EE181D'

red 238 ◦ green 24 ◦ blue 29

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

Shades of Alizarin #EE181D

Tints of Alizarin #EE181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.97%

R = 81.79%
G = 8.25%
B = 9.97%

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

#EE181D (or 0xEE181D) is known color: Alizarin. HEX triplet: EE, 18 and 1D. RGB value is (238,24,29). Sum of RGB (Red+Green+Blue) = 238+24+29=291 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.79% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 238 - color contains mainly: red. Hex color #EE181D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE181D is #11E7E2. Grayscale: #585858. Windows color (decimal): -1173475 or 1906926. OLE color: 1906926.

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

Color convert

RGB 238 24 29 -
CMYK 0 0.90 0.88 0.07
HSL 358.6º 0.86% 0.51% -
HSV(B) 358.6º 0.9% 0.93% -
XYZ 35.81 18.92 2.93 -
YUV 88.56 94.4 234.59 -
System Red Green Blue C M Y K H S L
Decimal 238 24 29 0 0.90 0.88 0.07 358.6 0.86 0.51
Hex EE 18 1D 0 5A 58 7 167 56 33
Octal 356 30 35 0 132 130 7 547 126 63
Binary 11101110 11000 11101 0 1011010 1011000 111 101100111 1010110 110011

Color Harmonies of #EE181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE181D

Black with #EE181D

Text Example


Text Example

White with #EE181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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