Html Css Color HEX #EE3137 Alizarin

📋 copy color: '#EE3137'

red 238 ◦ green 49 ◦ blue 55

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

Shades of Alizarin #EE3137

Tints of Alizarin #EE3137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.33%

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

R = 69.59%
G = 14.33%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EE3137 (or 0xEE3137) is known color: Alizarin. HEX triplet: EE, 31 and 37. RGB value is (238,49,55). Sum of RGB (Red+Green+Blue) = 238+49+55=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3137 is #11CEC8. Grayscale: #6A6A6A. Windows color (decimal): -1167049 or 3617262. OLE color: 3617262.

HSL color Cylindrical-coordinate representation of color #EE3137: hue angle of 358.1º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3137 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 55 -
CMYK 0 0.79 0.77 0.07
HSL 358.1º 0.85% 0.56% -
HSV(B) 358.1º 0.79% 0.93% -
XYZ 37.05 20.65 5.65 -
YUV 106.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 238 49 55 0 0.79 0.77 0.07 358.1 0.85 0.56
Hex EE 31 37 0 4F 4D 7 166 55 38
Octal 356 61 67 0 117 115 7 546 125 70
Binary 11101110 110001 110111 0 1001111 1001101 111 101100110 1010101 111000

Color Harmonies of #EE3137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3137

Black with #EE3137

Text Example


Text Example

White with #EE3137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3137; }

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

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

background-color css

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

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

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

border-color css

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

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

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