Html Css Color HEX #EF1108 Red

📋 copy color: '#EF1108'

red 239 ◦ green 17 ◦ blue 8

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

Shades of Red #EF1108

Tints of Red #EF1108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.03%

R = 90.53%
G = 6.44%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF1108 (or 0xEF1108) is known color: Red. HEX triplet: EF, 11 and 08. RGB value is (239,17,8). Sum of RGB (Red+Green+Blue) = 239+17+8=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1108 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1108 is #10EEF7. Grayscale: #525252. Windows color (decimal): -1109752 or 528879. OLE color: 528879.

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

Color convert

RGB 239 17 8 -
CMYK 0 0.93 0.97 0.06
HSL 2.34º 0.94% 0.48% -
HSV(B) 2.34º 0.97% 0.94% -
XYZ 35.84 18.77 1.96 -
YUV 82.35 86.05 239.73 -
System Red Green Blue C M Y K H S L
Decimal 239 17 8 0 0.93 0.97 0.06 2.34 0.94 0.48
Hex EF 11 8 0 5D 61 6 2 5E 30
Octal 357 21 10 0 135 141 6 2 136 60
Binary 11101111 10001 1000 0 1011101 1100001 110 10 1011110 110000

Color Harmonies of #EF1108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1108

Black with #EF1108

Text Example


Text Example

White with #EF1108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1108; }

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

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

background-color css

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

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

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

border-color css

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

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

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