Html Css Color HEX #EE182E Alizarin

📋 copy color: '#EE182E'

red 238 ◦ green 24 ◦ blue 46

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

Shades of Alizarin #EE182E

Tints of Alizarin #EE182E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 77.27%
G = 7.79%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE182E (or 0xEE182E) is known color: Alizarin. HEX triplet: EE, 18 and 2E. RGB value is (238,24,46). Sum of RGB (Red+Green+Blue) = 238+24+46=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE182E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE182E is #11E7D1. Grayscale: #5A5A5A. Windows color (decimal): -1173458 or 3021038. OLE color: 3021038.

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

Color convert

RGB 238 24 46 -
CMYK 0 0.90 0.81 0.07
HSL 353.83º 0.86% 0.51% -
HSV(B) 353.83º 0.9% 0.93% -
XYZ 36.08 19.03 4.36 -
YUV 90.49 102.9 233.21 -
System Red Green Blue C M Y K H S L
Decimal 238 24 46 0 0.90 0.81 0.07 353.83 0.86 0.51
Hex EE 18 2E 0 5A 51 7 162 56 33
Octal 356 30 56 0 132 121 7 542 126 63
Binary 11101110 11000 101110 0 1011010 1010001 111 101100010 1010110 110011

Color Harmonies of #EE182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE182E

Black with #EE182E

Text Example


Text Example

White with #EE182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE182E; }

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

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

background-color css

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

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

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

border-color css

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

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

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