Html Css Color HEX #EE2023 Alizarin

📋 copy color: '#EE2023'

red 238 ◦ green 32 ◦ blue 35

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

Shades of Alizarin #EE2023

Tints of Alizarin #EE2023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 35 (14.06% from 255) = 11.48%

R = 78.03%
G = 10.49%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EE2023 (or 0xEE2023) is known color: Alizarin. HEX triplet: EE, 20 and 23. RGB value is (238,32,35). Sum of RGB (Red+Green+Blue) = 238+32+35=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2023 is #11DFDC. Grayscale: #5E5E5E. Windows color (decimal): -1171421 or 2302190. OLE color: 2302190.

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

Color convert

RGB 238 32 35 -
CMYK 0 0.87 0.85 0.07
HSL 359.13º 0.86% 0.53% -
HSV(B) 359.13º 0.87% 0.93% -
XYZ 36.08 19.33 3.42 -
YUV 93.94 94.75 230.76 -
System Red Green Blue C M Y K H S L
Decimal 238 32 35 0 0.87 0.85 0.07 359.13 0.86 0.53
Hex EE 20 23 0 57 55 7 167 56 35
Octal 356 40 43 0 127 125 7 547 126 65
Binary 11101110 100000 100011 0 1010111 1010101 111 101100111 1010110 110101

Color Harmonies of #EE2023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2023

Black with #EE2023

Text Example


Text Example

White with #EE2023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2023; }

 p { color: rgb(238,32,35); }

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

background-color css

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

 a { background-color: rgb(238,32,35); }

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

border-color css

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

 span { border-color: rgb(238,32,35); }

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