Html Css Color HEX #EE181E Alizarin

📋 copy color: '#EE181E'

red 238 ◦ green 24 ◦ blue 30

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

Shades of Alizarin #EE181E

Tints of Alizarin #EE181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 81.51%
G = 8.22%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE181E (or 0xEE181E) is known color: Alizarin. HEX triplet: EE, 18 and 1E. RGB value is (238,24,30). Sum of RGB (Red+Green+Blue) = 238+24+30=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE181E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE181E is #11E7E1. Grayscale: #585858. Windows color (decimal): -1173474 or 1972462. OLE color: 1972462.

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

Color convert

RGB 238 24 30 -
CMYK 0 0.90 0.87 0.07
HSL 358.32º 0.86% 0.51% -
HSV(B) 358.32º 0.9% 0.93% -
XYZ 35.82 18.92 2.99 -
YUV 88.67 94.9 234.51 -
System Red Green Blue C M Y K H S L
Decimal 238 24 30 0 0.90 0.87 0.07 358.32 0.86 0.51
Hex EE 18 1E 0 5A 57 7 166 56 33
Octal 356 30 36 0 132 127 7 546 126 63
Binary 11101110 11000 11110 0 1011010 1010111 111 101100110 1010110 110011

Color Harmonies of #EE181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE181E

Black with #EE181E

Text Example


Text Example

White with #EE181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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