Html Css Color HEX #EE333A Alizarin

📋 copy color: '#EE333A'

red 238 ◦ green 51 ◦ blue 58

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

Shades of Alizarin #EE333A

Tints of Alizarin #EE333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.7%

 BLUE value IS 58 (23.05% from 255) = 16.71%

R = 68.59%
G = 14.7%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE333A (or 0xEE333A) is known color: Alizarin. HEX triplet: EE, 33 and 3A. RGB value is (238,51,58). Sum of RGB (Red+Green+Blue) = 238+51+58=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE333A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE333A is #11CCC5. Grayscale: #6B6B6B. Windows color (decimal): -1166534 or 3814382. OLE color: 3814382.

HSL color Cylindrical-coordinate representation of color #EE333A: hue angle of 357.75º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE333A is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 51 58 -
CMYK 0 0.79 0.76 0.07
HSL 357.75º 0.85% 0.57% -
HSV(B) 357.75º 0.79% 0.93% -
XYZ 37.21 20.85 6.07 -
YUV 107.71 99.95 220.93 -
System Red Green Blue C M Y K H S L
Decimal 238 51 58 0 0.79 0.76 0.07 357.75 0.85 0.57
Hex EE 33 3A 0 4F 4C 7 166 55 39
Octal 356 63 72 0 117 114 7 546 125 71
Binary 11101110 110011 111010 0 1001111 1001100 111 101100110 1010101 111001

Color Harmonies of #EE333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE333A

Black with #EE333A

Text Example


Text Example

White with #EE333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE333A; }

 p { color: rgb(238,51,58); }

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

background-color css

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

 a { background-color: rgb(238,51,58); }

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

border-color css

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

 span { border-color: rgb(238,51,58); }

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