Html Css Color HEX #EE1A30 Alizarin

📋 copy color: '#EE1A30'

red 238 ◦ green 26 ◦ blue 48

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

Shades of Alizarin #EE1A30

Tints of Alizarin #EE1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.33%

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 76.28%
G = 8.33%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE1A30 (or 0xEE1A30) is known color: Alizarin. HEX triplet: EE, 1A and 30. RGB value is (238,26,48). Sum of RGB (Red+Green+Blue) = 238+26+48=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1A30 is #11E5CF. Grayscale: #5C5C5C. Windows color (decimal): -1172944 or 3152622. OLE color: 3152622.

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

Color convert

RGB 238 26 48 -
CMYK 0 0.89 0.80 0.07
HSL 353.77º 0.86% 0.52% -
HSV(B) 353.77º 0.89% 0.93% -
XYZ 36.16 19.13 4.58 -
YUV 91.9 103.24 232.21 -
System Red Green Blue C M Y K H S L
Decimal 238 26 48 0 0.89 0.80 0.07 353.77 0.86 0.52
Hex EE 1A 30 0 59 50 7 162 56 34
Octal 356 32 60 0 131 120 7 542 126 64
Binary 11101110 11010 110000 0 1011001 1010000 111 101100010 1010110 110100

Color Harmonies of #EE1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1A30

Black with #EE1A30

Text Example


Text Example

White with #EE1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1A30; }

 p { color: rgb(238,26,48); }

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

background-color css

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

 a { background-color: rgb(238,26,48); }

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

border-color css

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

 span { border-color: rgb(238,26,48); }

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