Html Css Color HEX #EE191D Alizarin

📋 copy color: '#EE191D'

red 238 ◦ green 25 ◦ blue 29

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

Shades of Alizarin #EE191D

Tints of Alizarin #EE191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 81.51%
G = 8.56%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE191D (or 0xEE191D) is known color: Alizarin. HEX triplet: EE, 19 and 1D. RGB value is (238,25,29). Sum of RGB (Red+Green+Blue) = 238+25+29=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE191D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE191D is #11E6E2. Grayscale: #595959. Windows color (decimal): -1173219 or 1907182. OLE color: 1907182.

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

Color convert

RGB 238 25 29 -
CMYK 0 0.89 0.88 0.07
HSL 358.87º 0.86% 0.52% -
HSV(B) 358.87º 0.89% 0.93% -
XYZ 35.83 18.96 2.93 -
YUV 89.14 94.07 234.17 -
System Red Green Blue C M Y K H S L
Decimal 238 25 29 0 0.89 0.88 0.07 358.87 0.86 0.52
Hex EE 19 1D 0 59 58 7 167 56 34
Octal 356 31 35 0 131 130 7 547 126 64
Binary 11101110 11001 11101 0 1011001 1011000 111 101100111 1010110 110100

Color Harmonies of #EE191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE191D

Black with #EE191D

Text Example


Text Example

White with #EE191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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