Html Css Color HEX #EE343B Alizarin

📋 copy color: '#EE343B'

red 238 ◦ green 52 ◦ blue 59

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

Shades of Alizarin #EE343B

Tints of Alizarin #EE343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 68.19%
G = 14.9%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE343B (or 0xEE343B) is known color: Alizarin. HEX triplet: EE, 34 and 3B. RGB value is (238,52,59). Sum of RGB (Red+Green+Blue) = 238+52+59=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE343B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE343B is #11CBC4. Grayscale: #6C6C6C. Windows color (decimal): -1166277 or 3880174. OLE color: 3880174.

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

Color convert

RGB 238 52 59 -
CMYK 0 0.78 0.75 0.07
HSL 357.74º 0.85% 0.57% -
HSV(B) 357.74º 0.78% 0.93% -
XYZ 37.28 20.95 6.22 -
YUV 108.41 100.12 220.43 -
System Red Green Blue C M Y K H S L
Decimal 238 52 59 0 0.78 0.75 0.07 357.74 0.85 0.57
Hex EE 34 3B 0 4E 4B 7 166 55 39
Octal 356 64 73 0 116 113 7 546 125 71
Binary 11101110 110100 111011 0 1001110 1001011 111 101100110 1010101 111001

Color Harmonies of #EE343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE343B

Black with #EE343B

Text Example


Text Example

White with #EE343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE343B; }

 p { color: rgb(238,52,59); }

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

background-color css

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

 a { background-color: rgb(238,52,59); }

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

border-color css

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

 span { border-color: rgb(238,52,59); }

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