Html Css Color HEX #EE2B30 Alizarin

📋 copy color: '#EE2B30'

red 238 ◦ green 43 ◦ blue 48

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

Shades of Alizarin #EE2B30

Tints of Alizarin #EE2B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.07%

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 72.34%
G = 13.07%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE2B30 (or 0xEE2B30) is known color: Alizarin. HEX triplet: EE, 2B and 30. RGB value is (238,43,48). Sum of RGB (Red+Green+Blue) = 238+43+48=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2B30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2B30 is #11D4CF. Grayscale: #666666. Windows color (decimal): -1168592 or 3156974. OLE color: 3156974.

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

Color convert

RGB 238 43 48 -
CMYK 0 0.82 0.80 0.07
HSL 358.46º 0.85% 0.55% -
HSV(B) 358.46º 0.82% 0.93% -
XYZ 36.66 20.12 4.75 -
YUV 101.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 238 43 48 0 0.82 0.80 0.07 358.46 0.85 0.55
Hex EE 2B 30 0 52 50 7 166 55 37
Octal 356 53 60 0 122 120 7 546 125 67
Binary 11101110 101011 110000 0 1010010 1010000 111 101100110 1010101 110111

Color Harmonies of #EE2B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2B30

Black with #EE2B30

Text Example


Text Example

White with #EE2B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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