Html Css Color HEX #EF110B Red

📋 copy color: '#EF110B'

red 239 ◦ green 17 ◦ blue 11

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

Shades of Red #EF110B

Tints of Red #EF110B

RGB

 RED value IS 239 (93.75% from 255) = 89.51%

 GREEN value IS 17 (7.03% from 255) = 6.37%

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

R = 89.51%
G = 6.37%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF110B (or 0xEF110B) is known color: Red. HEX triplet: EF, 11 and 0B. RGB value is (239,17,11). Sum of RGB (Red+Green+Blue) = 239+17+11=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF110B is #10EEF4. Grayscale: #525252. Windows color (decimal): -1109749 or 725487. OLE color: 725487.

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

Color convert

RGB 239 17 11 -
CMYK 0 0.93 0.95 0.06
HSL 1.58º 0.91% 0.49% -
HSV(B) 1.58º 0.95% 0.94% -
XYZ 35.86 18.78 2.05 -
YUV 82.69 87.55 239.49 -
System Red Green Blue C M Y K H S L
Decimal 239 17 11 0 0.93 0.95 0.06 1.58 0.91 0.49
Hex EF 11 B 0 5D 5F 6 2 5B 31
Octal 357 21 13 0 135 137 6 2 133 61
Binary 11101111 10001 1011 0 1011101 1011111 110 10 1011011 110001

Color Harmonies of #EF110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF110B

Black with #EF110B

Text Example


Text Example

White with #EF110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF110B; }

 p { color: rgb(239,17,11); }

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

background-color css

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

 a { background-color: rgb(239,17,11); }

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

border-color css

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

 span { border-color: rgb(239,17,11); }

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