Html Css Color HEX #EE182A Alizarin

📋 copy color: '#EE182A'

red 238 ◦ green 24 ◦ blue 42

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

Shades of Alizarin #EE182A

Tints of Alizarin #EE182A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 78.29%
G = 7.89%
B = 13.82%

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

#EE182A (or 0xEE182A) is known color: Alizarin. HEX triplet: EE, 18 and 2A. RGB value is (238,24,42). Sum of RGB (Red+Green+Blue) = 238+24+42=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE182A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE182A is #11E7D5. Grayscale: #5A5A5A. Windows color (decimal): -1173462 or 2758894. OLE color: 2758894.

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

Color convert

RGB 238 24 42 -
CMYK 0 0.90 0.82 0.07
HSL 354.95º 0.86% 0.51% -
HSV(B) 354.95º 0.9% 0.93% -
XYZ 36 19 3.96 -
YUV 90.04 100.9 233.54 -
System Red Green Blue C M Y K H S L
Decimal 238 24 42 0 0.90 0.82 0.07 354.95 0.86 0.51
Hex EE 18 2A 0 5A 52 7 163 56 33
Octal 356 30 52 0 132 122 7 543 126 63
Binary 11101110 11000 101010 0 1011010 1010010 111 101100011 1010110 110011

Color Harmonies of #EE182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE182A

Black with #EE182A

Text Example


Text Example

White with #EE182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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