Html Css Color HEX #EE1B37 Alizarin

📋 copy color: '#EE1B37'

red 238 ◦ green 27 ◦ blue 55

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

Shades of Alizarin #EE1B37

Tints of Alizarin #EE1B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.44%

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 74.38%
G = 8.44%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EE1B37 (or 0xEE1B37) is known color: Alizarin. HEX triplet: EE, 1B and 37. RGB value is (238,27,55). Sum of RGB (Red+Green+Blue) = 238+27+55=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1B37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1B37 is #11E4C8. Grayscale: #5D5D5D. Windows color (decimal): -1172681 or 3611630. OLE color: 3611630.

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

Color convert

RGB 238 27 55 -
CMYK 0 0.89 0.77 0.07
HSL 352.04º 0.86% 0.52% -
HSV(B) 352.04º 0.89% 0.93% -
XYZ 36.34 19.24 5.41 -
YUV 93.28 106.4 231.22 -
System Red Green Blue C M Y K H S L
Decimal 238 27 55 0 0.89 0.77 0.07 352.04 0.86 0.52
Hex EE 1B 37 0 59 4D 7 160 56 34
Octal 356 33 67 0 131 115 7 540 126 64
Binary 11101110 11011 110111 0 1011001 1001101 111 101100000 1010110 110100

Color Harmonies of #EE1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1B37

Black with #EE1B37

Text Example


Text Example

White with #EE1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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