Html Css Color HEX #EE252F Alizarin

📋 copy color: '#EE252F'

red 238 ◦ green 37 ◦ blue 47

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

Shades of Alizarin #EE252F

Tints of Alizarin #EE252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 73.91%
G = 11.49%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE252F (or 0xEE252F) is known color: Alizarin. HEX triplet: EE, 25 and 2F. RGB value is (238,37,47). Sum of RGB (Red+Green+Blue) = 238+37+47=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE252F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE252F is #11DAD0. Grayscale: #626262. Windows color (decimal): -1170129 or 3089902. OLE color: 3089902.

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

Color convert

RGB 238 37 47 -
CMYK 0 0.84 0.80 0.07
HSL 357.01º 0.86% 0.54% -
HSV(B) 357.01º 0.84% 0.93% -
XYZ 36.43 19.71 4.57 -
YUV 98.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 238 37 47 0 0.84 0.80 0.07 357.01 0.86 0.54
Hex EE 25 2F 0 54 50 7 165 56 36
Octal 356 45 57 0 124 120 7 545 126 66
Binary 11101110 100101 101111 0 1010100 1010000 111 101100101 1010110 110110

Color Harmonies of #EE252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE252F

Black with #EE252F

Text Example


Text Example

White with #EE252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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