Html Css Color HEX #EE232D Alizarin

📋 copy color: '#EE232D'

red 238 ◦ green 35 ◦ blue 45

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

Shades of Alizarin #EE232D

Tints of Alizarin #EE232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 74.84%
G = 11.01%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE232D (or 0xEE232D) is known color: Alizarin. HEX triplet: EE, 23 and 2D. RGB value is (238,35,45). Sum of RGB (Red+Green+Blue) = 238+35+45=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE232D is #11DCD2. Grayscale: #606060. Windows color (decimal): -1170643 or 2958318. OLE color: 2958318.

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

Color convert

RGB 238 35 45 -
CMYK 0 0.85 0.81 0.07
HSL 357.04º 0.86% 0.54% -
HSV(B) 357.04º 0.85% 0.93% -
XYZ 36.33 19.57 4.34 -
YUV 96.84 98.75 228.69 -
System Red Green Blue C M Y K H S L
Decimal 238 35 45 0 0.85 0.81 0.07 357.04 0.86 0.54
Hex EE 23 2D 0 55 51 7 165 56 36
Octal 356 43 55 0 125 121 7 545 126 66
Binary 11101110 100011 101101 0 1010101 1010001 111 101100101 1010110 110110

Color Harmonies of #EE232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE232D

Black with #EE232D

Text Example


Text Example

White with #EE232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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