Html Css Color HEX #EE1722 Alizarin

📋 copy color: '#EE1722'

red 238 ◦ green 23 ◦ blue 34

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

Shades of Alizarin #EE1722

Tints of Alizarin #EE1722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.8%

 BLUE value IS 34 (13.67% from 255) = 11.53%

R = 80.68%
G = 7.8%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE1722 (or 0xEE1722) is known color: Alizarin. HEX triplet: EE, 17 and 22. RGB value is (238,23,34). Sum of RGB (Red+Green+Blue) = 238+23+34=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1722 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1722 is #11E8DD. Grayscale: #585858. Windows color (decimal): -1173726 or 2234350. OLE color: 2234350.

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

Color convert

RGB 238 23 34 -
CMYK 0 0.90 0.86 0.07
HSL 356.93º 0.86% 0.51% -
HSV(B) 356.93º 0.9% 0.93% -
XYZ 35.86 18.91 3.27 -
YUV 88.54 97.23 234.61 -
System Red Green Blue C M Y K H S L
Decimal 238 23 34 0 0.90 0.86 0.07 356.93 0.86 0.51
Hex EE 17 22 0 5A 56 7 165 56 33
Octal 356 27 42 0 132 126 7 545 126 63
Binary 11101110 10111 100010 0 1011010 1010110 111 101100101 1010110 110011

Color Harmonies of #EE1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1722

Black with #EE1722

Text Example


Text Example

White with #EE1722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1722; }

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

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

background-color css

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

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

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

border-color css

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

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

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