Html Css Color HEX #EE242B Alizarin

📋 copy color: '#EE242B'

red 238 ◦ green 36 ◦ blue 43

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

Shades of Alizarin #EE242B

Tints of Alizarin #EE242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 75.08%
G = 11.36%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE242B (or 0xEE242B) is known color: Alizarin. HEX triplet: EE, 24 and 2B. RGB value is (238,36,43). Sum of RGB (Red+Green+Blue) = 238+36+43=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE242B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE242B is #11DBD4. Grayscale: #616161. Windows color (decimal): -1170389 or 2827502. OLE color: 2827502.

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

Color convert

RGB 238 36 43 -
CMYK 0 0.85 0.82 0.07
HSL 357.92º 0.86% 0.54% -
HSV(B) 357.92º 0.85% 0.93% -
XYZ 36.33 19.61 4.16 -
YUV 97.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 238 36 43 0 0.85 0.82 0.07 357.92 0.86 0.54
Hex EE 24 2B 0 55 52 7 166 56 36
Octal 356 44 53 0 125 122 7 546 126 66
Binary 11101110 100100 101011 0 1010101 1010010 111 101100110 1010110 110110

Color Harmonies of #EE242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE242B

Black with #EE242B

Text Example


Text Example

White with #EE242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE242B; }

 p { color: rgb(238,36,43); }

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

background-color css

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

 a { background-color: rgb(238,36,43); }

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

border-color css

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

 span { border-color: rgb(238,36,43); }

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