Html Css Color HEX #EE192B Alizarin

📋 copy color: '#EE192B'

red 238 ◦ green 25 ◦ blue 43

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

Shades of Alizarin #EE192B

Tints of Alizarin #EE192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.05%

R = 77.78%
G = 8.17%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE192B (or 0xEE192B) is known color: Alizarin. HEX triplet: EE, 19 and 2B. RGB value is (238,25,43). Sum of RGB (Red+Green+Blue) = 238+25+43=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE192B is #11E6D4. Grayscale: #5A5A5A. Windows color (decimal): -1173205 or 2824686. OLE color: 2824686.

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

Color convert

RGB 238 25 43 -
CMYK 0 0.89 0.82 0.07
HSL 354.93º 0.86% 0.52% -
HSV(B) 354.93º 0.89% 0.93% -
XYZ 36.04 19.05 4.06 -
YUV 90.74 101.07 233.04 -
System Red Green Blue C M Y K H S L
Decimal 238 25 43 0 0.89 0.82 0.07 354.93 0.86 0.52
Hex EE 19 2B 0 59 52 7 163 56 34
Octal 356 31 53 0 131 122 7 543 126 64
Binary 11101110 11001 101011 0 1011001 1010010 111 101100011 1010110 110100

Color Harmonies of #EE192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE192B

Black with #EE192B

Text Example


Text Example

White with #EE192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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