Html Css Color HEX #EE3036 Alizarin

📋 copy color: '#EE3036'

red 238 ◦ green 48 ◦ blue 54

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

Shades of Alizarin #EE3036

Tints of Alizarin #EE3036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

 BLUE value IS 54 (21.48% from 255) = 15.88%

R = 70%
G = 14.12%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EE3036 (or 0xEE3036) is known color: Alizarin. HEX triplet: EE, 30 and 36. RGB value is (238,48,54). Sum of RGB (Red+Green+Blue) = 238+48+54=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3036 is #11CFC9. Grayscale: #696969. Windows color (decimal): -1167306 or 3551470. OLE color: 3551470.

HSL color Cylindrical-coordinate representation of color #EE3036: hue angle of 358.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE3036 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 48 54 -
CMYK 0 0.80 0.77 0.07
HSL 358.11º 0.85% 0.56% -
HSV(B) 358.11º 0.8% 0.93% -
XYZ 36.98 20.56 5.51 -
YUV 105.49 98.95 222.51 -
System Red Green Blue C M Y K H S L
Decimal 238 48 54 0 0.80 0.77 0.07 358.11 0.85 0.56
Hex EE 30 36 0 50 4D 7 166 55 38
Octal 356 60 66 0 120 115 7 546 125 70
Binary 11101110 110000 110110 0 1010000 1001101 111 101100110 1010101 111000

Color Harmonies of #EE3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3036

Black with #EE3036

Text Example


Text Example

White with #EE3036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3036; }

 p { color: rgb(238,48,54); }

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

background-color css

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

 a { background-color: rgb(238,48,54); }

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

border-color css

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

 span { border-color: rgb(238,48,54); }

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