Html Css Color HEX #EE191F Alizarin

📋 copy color: '#EE191F'

red 238 ◦ green 25 ◦ blue 31

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

Shades of Alizarin #EE191F

Tints of Alizarin #EE191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.54%

R = 80.95%
G = 8.5%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE191F (or 0xEE191F) is known color: Alizarin. HEX triplet: EE, 19 and 1F. RGB value is (238,25,31). Sum of RGB (Red+Green+Blue) = 238+25+31=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE191F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE191F is #11E6E0. Grayscale: #595959. Windows color (decimal): -1173217 or 2038254. OLE color: 2038254.

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

Color convert

RGB 238 25 31 -
CMYK 0 0.89 0.87 0.07
HSL 358.31º 0.86% 0.52% -
HSV(B) 358.31º 0.89% 0.93% -
XYZ 35.85 18.97 3.07 -
YUV 89.37 95.07 234.01 -
System Red Green Blue C M Y K H S L
Decimal 238 25 31 0 0.89 0.87 0.07 358.31 0.86 0.52
Hex EE 19 1F 0 59 57 7 166 56 34
Octal 356 31 37 0 131 127 7 546 126 64
Binary 11101110 11001 11111 0 1011001 1010111 111 101100110 1010110 110100

Color Harmonies of #EE191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE191F

Black with #EE191F

Text Example


Text Example

White with #EE191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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