Html Css Color HEX #EE223D Alizarin

📋 copy color: '#EE223D'

red 238 ◦ green 34 ◦ blue 61

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

Shades of Alizarin #EE223D

Tints of Alizarin #EE223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.21%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 71.47%
G = 10.21%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE223D (or 0xEE223D) is known color: Alizarin. HEX triplet: EE, 22 and 3D. RGB value is (238,34,61). Sum of RGB (Red+Green+Blue) = 238+34+61=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE223D is #11DDC2. Grayscale: #626262. Windows color (decimal): -1170883 or 4006638. OLE color: 4006638.

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

Color convert

RGB 238 34 61 -
CMYK 0 0.86 0.74 0.07
HSL 352.06º 0.86% 0.53% -
HSV(B) 352.06º 0.86% 0.93% -
XYZ 36.67 19.66 6.28 -
YUV 98.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 238 34 61 0 0.86 0.74 0.07 352.06 0.86 0.53
Hex EE 22 3D 0 56 4A 7 160 56 35
Octal 356 42 75 0 126 112 7 540 126 65
Binary 11101110 100010 111101 0 1010110 1001010 111 101100000 1010110 110101

Color Harmonies of #EE223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE223D

Black with #EE223D

Text Example


Text Example

White with #EE223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE223D; }

 p { color: rgb(238,34,61); }

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

background-color css

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

 a { background-color: rgb(238,34,61); }

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

border-color css

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

 span { border-color: rgb(238,34,61); }

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