Html Css Color HEX #EE191B Alizarin

📋 copy color: '#EE191B'

red 238 ◦ green 25 ◦ blue 27

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

Shades of Alizarin #EE191B

Tints of Alizarin #EE191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 82.07%
G = 8.62%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE191B (or 0xEE191B) is known color: Alizarin. HEX triplet: EE, 19 and 1B. RGB value is (238,25,27). Sum of RGB (Red+Green+Blue) = 238+25+27=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE191B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE191B is #11E6E4. Grayscale: #595959. Windows color (decimal): -1173221 or 1776110. OLE color: 1776110.

HSL color Cylindrical-coordinate representation of color #EE191B: hue angle of 359.44º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE191B is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 25 27 -
CMYK 0 0.89 0.89 0.07
HSL 359.44º 0.86% 0.52% -
HSV(B) 359.44º 0.89% 0.93% -
XYZ 35.81 18.95 2.81 -
YUV 88.92 93.07 234.34 -
System Red Green Blue C M Y K H S L
Decimal 238 25 27 0 0.89 0.89 0.07 359.44 0.86 0.52
Hex EE 19 1B 0 59 59 7 167 56 34
Octal 356 31 33 0 131 131 7 547 126 64
Binary 11101110 11001 11011 0 1011001 1011001 111 101100111 1010110 110100

Color Harmonies of #EE191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE191B

Black with #EE191B

Text Example


Text Example

White with #EE191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE191B; }

 p { color: rgb(238,25,27); }

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

background-color css

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

 a { background-color: rgb(238,25,27); }

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

border-color css

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

 span { border-color: rgb(238,25,27); }

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