Html Css Color HEX #EE2026 Alizarin

📋 copy color: '#EE2026'

red 238 ◦ green 32 ◦ blue 38

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

Shades of Alizarin #EE2026

Tints of Alizarin #EE2026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 77.27%
G = 10.39%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE2026 (or 0xEE2026) is known color: Alizarin. HEX triplet: EE, 20 and 26. RGB value is (238,32,38). Sum of RGB (Red+Green+Blue) = 238+32+38=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2026 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2026 is #11DFD9. Grayscale: #5E5E5E. Windows color (decimal): -1171418 or 2498798. OLE color: 2498798.

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

Color convert

RGB 238 32 38 -
CMYK 0 0.87 0.84 0.07
HSL 358.25º 0.86% 0.53% -
HSV(B) 358.25º 0.87% 0.93% -
XYZ 36.13 19.35 3.66 -
YUV 94.28 96.25 230.51 -
System Red Green Blue C M Y K H S L
Decimal 238 32 38 0 0.87 0.84 0.07 358.25 0.86 0.53
Hex EE 20 26 0 57 54 7 166 56 35
Octal 356 40 46 0 127 124 7 546 126 65
Binary 11101110 100000 100110 0 1010111 1010100 111 101100110 1010110 110101

Color Harmonies of #EE2026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2026

Black with #EE2026

Text Example


Text Example

White with #EE2026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2026; }

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

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

background-color css

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

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

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

border-color css

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

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

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