Html Css Color HEX #EE120B Red

📋 copy color: '#EE120B'

red 238 ◦ green 18 ◦ blue 11

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

Shades of Red #EE120B

Tints of Red #EE120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 89.14%
G = 6.74%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE120B (or 0xEE120B) is known color: Red. HEX triplet: EE, 12 and 0B. RGB value is (238,18,11). Sum of RGB (Red+Green+Blue) = 238+18+11=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE120B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE120B is #11EDF4. Grayscale: #535353. Windows color (decimal): -1175029 or 725742. OLE color: 725742.

HSL color Cylindrical-coordinate representation of color #EE120B: hue angle of 1.85º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE120B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 18 11 -
CMYK 0 0.92 0.95 0.07
HSL 1.85º 0.91% 0.49% -
HSV(B) 1.85º 0.95% 0.93% -
XYZ 35.54 18.63 2.04 -
YUV 82.98 87.39 238.57 -
System Red Green Blue C M Y K H S L
Decimal 238 18 11 0 0.92 0.95 0.07 1.85 0.91 0.49
Hex EE 12 B 0 5C 5F 7 2 5B 31
Octal 356 22 13 0 134 137 7 2 133 61
Binary 11101110 10010 1011 0 1011100 1011111 111 10 1011011 110001

Color Harmonies of #EE120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE120B

Black with #EE120B

Text Example


Text Example

White with #EE120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE120B; }

 p { color: rgb(238,18,11); }

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

background-color css

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

 a { background-color: rgb(238,18,11); }

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

border-color css

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

 span { border-color: rgb(238,18,11); }

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