Html Css Color HEX #EE1826 Alizarin

📋 copy color: '#EE1826'

red 238 ◦ green 24 ◦ blue 38

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

Shades of Alizarin #EE1826

Tints of Alizarin #EE1826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

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

R = 79.33%
G = 8%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE1826 (or 0xEE1826) is known color: Alizarin. HEX triplet: EE, 18 and 26. RGB value is (238,24,38). Sum of RGB (Red+Green+Blue) = 238+24+38=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1826 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1826 is #11E7D9. Grayscale: #595959. Windows color (decimal): -1173466 or 2496750. OLE color: 2496750.

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

Color convert

RGB 238 24 38 -
CMYK 0 0.90 0.84 0.07
HSL 356.07º 0.86% 0.51% -
HSV(B) 356.07º 0.9% 0.93% -
XYZ 35.94 18.97 3.6 -
YUV 89.58 98.9 233.86 -
System Red Green Blue C M Y K H S L
Decimal 238 24 38 0 0.90 0.84 0.07 356.07 0.86 0.51
Hex EE 18 26 0 5A 54 7 164 56 33
Octal 356 30 46 0 132 124 7 544 126 63
Binary 11101110 11000 100110 0 1011010 1010100 111 101100100 1010110 110011

Color Harmonies of #EE1826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1826

Black with #EE1826

Text Example


Text Example

White with #EE1826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1826; }

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

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

background-color css

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

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

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

border-color css

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

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

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