Html Css Color HEX #EE1E2E Alizarin

📋 copy color: '#EE1E2E'

red 238 ◦ green 30 ◦ blue 46

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

Shades of Alizarin #EE1E2E

Tints of Alizarin #EE1E2E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.55%

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

R = 75.8%
G = 9.55%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE1E2E (or 0xEE1E2E) is known color: Alizarin. HEX triplet: EE, 1E and 2E. RGB value is (238,30,46). Sum of RGB (Red+Green+Blue) = 238+30+46=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1E2E is #11E1D1. Grayscale: #5E5E5E. Windows color (decimal): -1171922 or 3022574. OLE color: 3022574.

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

Color convert

RGB 238 30 46 -
CMYK 0 0.87 0.81 0.07
HSL 355.38º 0.86% 0.53% -
HSV(B) 355.38º 0.87% 0.93% -
XYZ 36.22 19.3 4.4 -
YUV 94.02 100.91 230.7 -
System Red Green Blue C M Y K H S L
Decimal 238 30 46 0 0.87 0.81 0.07 355.38 0.86 0.53
Hex EE 1E 2E 0 57 51 7 163 56 35
Octal 356 36 56 0 127 121 7 543 126 65
Binary 11101110 11110 101110 0 1010111 1010001 111 101100011 1010110 110101

Color Harmonies of #EE1E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1E2E

Black with #EE1E2E

Text Example


Text Example

White with #EE1E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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