Html Css Color HEX #EE182B Alizarin

📋 copy color: '#EE182B'

red 238 ◦ green 24 ◦ blue 43

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

Shades of Alizarin #EE182B

Tints of Alizarin #EE182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 78.03%
G = 7.87%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE182B (or 0xEE182B) is known color: Alizarin. HEX triplet: EE, 18 and 2B. RGB value is (238,24,43). Sum of RGB (Red+Green+Blue) = 238+24+43=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE182B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE182B is #11E7D4. Grayscale: #5A5A5A. Windows color (decimal): -1173461 or 2824430. OLE color: 2824430.

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

Color convert

RGB 238 24 43 -
CMYK 0 0.90 0.82 0.07
HSL 354.67º 0.86% 0.51% -
HSV(B) 354.67º 0.9% 0.93% -
XYZ 36.02 19 4.06 -
YUV 90.15 101.4 233.46 -
System Red Green Blue C M Y K H S L
Decimal 238 24 43 0 0.90 0.82 0.07 354.67 0.86 0.51
Hex EE 18 2B 0 5A 52 7 163 56 33
Octal 356 30 53 0 132 122 7 543 126 63
Binary 11101110 11000 101011 0 1011010 1010010 111 101100011 1010110 110011

Color Harmonies of #EE182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE182B

Black with #EE182B

Text Example


Text Example

White with #EE182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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