Html Css Color HEX #EE292E Alizarin

📋 copy color: '#EE292E'

red 238 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #EE292E

Tints of Alizarin #EE292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 73.23%
G = 12.62%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE292E (or 0xEE292E) is known color: Alizarin. HEX triplet: EE, 29 and 2E. RGB value is (238,41,46). Sum of RGB (Red+Green+Blue) = 238+41+46=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE292E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE292E is #11D6D1. Grayscale: #646464. Windows color (decimal): -1169106 or 3025390. OLE color: 3025390.

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

Color convert

RGB 238 41 46 -
CMYK 0 0.83 0.81 0.07
HSL 358.48º 0.85% 0.55% -
HSV(B) 358.48º 0.83% 0.93% -
XYZ 36.55 19.96 4.51 -
YUV 100.47 97.27 226.09 -
System Red Green Blue C M Y K H S L
Decimal 238 41 46 0 0.83 0.81 0.07 358.48 0.85 0.55
Hex EE 29 2E 0 53 51 7 166 55 37
Octal 356 51 56 0 123 121 7 546 125 67
Binary 11101110 101001 101110 0 1010011 1010001 111 101100110 1010101 110111

Color Harmonies of #EE292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE292E

Black with #EE292E

Text Example


Text Example

White with #EE292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE292E; }

 p { color: rgb(238,41,46); }

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

background-color css

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

 a { background-color: rgb(238,41,46); }

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

border-color css

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

 span { border-color: rgb(238,41,46); }

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