Html Css Color HEX #EF1110 Red

📋 copy color: '#EF1110'

red 239 ◦ green 17 ◦ blue 16

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

Shades of Red #EF1110

Tints of Red #EF1110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 87.87%
G = 6.25%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF1110 (or 0xEF1110) is known color: Red. HEX triplet: EF, 11 and 10. RGB value is (239,17,16). Sum of RGB (Red+Green+Blue) = 239+17+16=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1110 is #10EEEF. Grayscale: #535353. Windows color (decimal): -1109744 or 1053167. OLE color: 1053167.

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

Color convert

RGB 239 17 16 -
CMYK 0 0.93 0.93 0.06
HSL 0.27º 0.87% 0.5% -
HSV(B) 0.27º 0.93% 0.94% -
XYZ 35.89 18.79 2.23 -
YUV 83.26 90.05 239.08 -
System Red Green Blue C M Y K H S L
Decimal 239 17 16 0 0.93 0.93 0.06 0.27 0.87 0.5
Hex EF 11 10 0 5D 5D 6 0 57 32
Octal 357 21 20 0 135 135 6 0 127 62
Binary 11101111 10001 10000 0 1011101 1011101 110 0 1010111 110010

Color Harmonies of #EF1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1110

Black with #EF1110

Text Example


Text Example

White with #EF1110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1110; }

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

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

background-color css

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

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

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

border-color css

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

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

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