Html Css Color HEX #EE232A Alizarin

📋 copy color: '#EE232A'

red 238 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #EE232A

Tints of Alizarin #EE232A

RGB

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

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

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

R = 75.56%
G = 11.11%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE232A (or 0xEE232A) is known color: Alizarin. HEX triplet: EE, 23 and 2A. RGB value is (238,35,42). Sum of RGB (Red+Green+Blue) = 238+35+42=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE232A is #11DCD5. Grayscale: #606060. Windows color (decimal): -1170646 or 2761710. OLE color: 2761710.

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

Color convert

RGB 238 35 42 -
CMYK 0 0.85 0.82 0.07
HSL 357.93º 0.86% 0.54% -
HSV(B) 357.93º 0.85% 0.93% -
XYZ 36.28 19.55 4.05 -
YUV 96.5 97.25 228.93 -
System Red Green Blue C M Y K H S L
Decimal 238 35 42 0 0.85 0.82 0.07 357.93 0.86 0.54
Hex EE 23 2A 0 55 52 7 166 56 36
Octal 356 43 52 0 125 122 7 546 126 66
Binary 11101110 100011 101010 0 1010101 1010010 111 101100110 1010110 110110

Color Harmonies of #EE232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE232A

Black with #EE232A

Text Example


Text Example

White with #EE232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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