Html Css Color HEX #EE242F Alizarin

📋 copy color: '#EE242F'

red 238 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #EE242F

Tints of Alizarin #EE242F

RGB

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

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

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

R = 74.14%
G = 11.21%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE242F (or 0xEE242F) is known color: Alizarin. HEX triplet: EE, 24 and 2F. RGB value is (238,36,47). Sum of RGB (Red+Green+Blue) = 238+36+47=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE242F is #11DBD0. Grayscale: #616161. Windows color (decimal): -1170385 or 3089646. OLE color: 3089646.

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

Color convert

RGB 238 36 47 -
CMYK 0 0.85 0.80 0.07
HSL 356.73º 0.86% 0.54% -
HSV(B) 356.73º 0.85% 0.93% -
XYZ 36.4 19.64 4.56 -
YUV 97.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 238 36 47 0 0.85 0.80 0.07 356.73 0.86 0.54
Hex EE 24 2F 0 55 50 7 165 56 36
Octal 356 44 57 0 125 120 7 545 126 66
Binary 11101110 100100 101111 0 1010101 1010000 111 101100101 1010110 110110

Color Harmonies of #EE242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE242F

Black with #EE242F

Text Example


Text Example

White with #EE242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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