Html Css Color HEX #EE232F Alizarin

📋 copy color: '#EE232F'

red 238 ◦ green 35 ◦ blue 47

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

Shades of Alizarin #EE232F

Tints of Alizarin #EE232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

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

R = 74.38%
G = 10.94%
B = 14.69%

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

#EE232F (or 0xEE232F) is known color: Alizarin. HEX triplet: EE, 23 and 2F. RGB value is (238,35,47). Sum of RGB (Red+Green+Blue) = 238+35+47=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE232F is #11DCD0. Grayscale: #616161. Windows color (decimal): -1170641 or 3089390. OLE color: 3089390.

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

Color convert

RGB 238 35 47 -
CMYK 0 0.85 0.80 0.07
HSL 356.45º 0.86% 0.54% -
HSV(B) 356.45º 0.85% 0.93% -
XYZ 36.37 19.58 4.55 -
YUV 97.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 238 35 47 0 0.85 0.80 0.07 356.45 0.86 0.54
Hex EE 23 2F 0 55 50 7 164 56 36
Octal 356 43 57 0 125 120 7 544 126 66
Binary 11101110 100011 101111 0 1010101 1010000 111 101100100 1010110 110110

Color Harmonies of #EE232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE232F

Black with #EE232F

Text Example


Text Example

White with #EE232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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