Html Css Color HEX #EE252A Alizarin

📋 copy color: '#EE252A'

red 238 ◦ green 37 ◦ blue 42

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

Shades of Alizarin #EE252A

Tints of Alizarin #EE252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 75.08%
G = 11.67%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE252A (or 0xEE252A) is known color: Alizarin. HEX triplet: EE, 25 and 2A. RGB value is (238,37,42). Sum of RGB (Red+Green+Blue) = 238+37+42=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE252A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE252A is #11DAD5. Grayscale: #616161. Windows color (decimal): -1170134 or 2762222. OLE color: 2762222.

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

Color convert

RGB 238 37 42 -
CMYK 0 0.84 0.82 0.07
HSL 358.51º 0.86% 0.54% -
HSV(B) 358.51º 0.84% 0.93% -
XYZ 36.34 19.67 4.07 -
YUV 97.67 96.59 228.09 -
System Red Green Blue C M Y K H S L
Decimal 238 37 42 0 0.84 0.82 0.07 358.51 0.86 0.54
Hex EE 25 2A 0 54 52 7 167 56 36
Octal 356 45 52 0 124 122 7 547 126 66
Binary 11101110 100101 101010 0 1010100 1010010 111 101100111 1010110 110110

Color Harmonies of #EE252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE252A

Black with #EE252A

Text Example


Text Example

White with #EE252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE252A; }

 p { color: rgb(238,37,42); }

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

background-color css

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

 a { background-color: rgb(238,37,42); }

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

border-color css

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

 span { border-color: rgb(238,37,42); }

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