Html Css Color HEX #EF110F Red

📋 copy color: '#EF110F'

red 239 ◦ green 17 ◦ blue 15

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

Shades of Red #EF110F

Tints of Red #EF110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 88.19%
G = 6.27%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF110F (or 0xEF110F) is known color: Red. HEX triplet: EF, 11 and 0F. RGB value is (239,17,15). Sum of RGB (Red+Green+Blue) = 239+17+15=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF110F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF110F is #10EEF0. Grayscale: #535353. Windows color (decimal): -1109745 or 987631. OLE color: 987631.

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

Color convert

RGB 239 17 15 -
CMYK 0 0.93 0.94 0.06
HSL 0.54º 0.88% 0.5% -
HSV(B) 0.54º 0.94% 0.94% -
XYZ 35.88 18.79 2.19 -
YUV 83.15 89.55 239.16 -
System Red Green Blue C M Y K H S L
Decimal 239 17 15 0 0.93 0.94 0.06 0.54 0.88 0.5
Hex EF 11 F 0 5D 5E 6 1 58 32
Octal 357 21 17 0 135 136 6 1 130 62
Binary 11101111 10001 1111 0 1011101 1011110 110 1 1011000 110010

Color Harmonies of #EF110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF110F

Black with #EF110F

Text Example


Text Example

White with #EF110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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