Html Css Color HEX #EF1008 Red

📋 copy color: '#EF1008'

red 239 ◦ green 16 ◦ blue 8

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

Shades of Red #EF1008

Tints of Red #EF1008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

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

R = 90.87%
G = 6.08%
B = 3.04%

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

#EF1008 (or 0xEF1008) is known color: Red. HEX triplet: EF, 10 and 08. RGB value is (239,16,8). Sum of RGB (Red+Green+Blue) = 239+16+8=263 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.87% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1008 is #10EFF7. Grayscale: #525252. Windows color (decimal): -1110008 or 528623. OLE color: 528623.

HSL color Cylindrical-coordinate representation of color #EF1008: hue angle of 2.08º 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 #EF1008 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 16 8 -
CMYK 0 0.93 0.97 0.06
HSL 2.08º 0.94% 0.48% -
HSV(B) 2.08º 0.97% 0.94% -
XYZ 35.83 18.74 1.96 -
YUV 81.77 86.38 240.15 -
System Red Green Blue C M Y K H S L
Decimal 239 16 8 0 0.93 0.97 0.06 2.08 0.94 0.48
Hex EF 10 8 0 5D 61 6 2 5E 30
Octal 357 20 10 0 135 141 6 2 136 60
Binary 11101111 10000 1000 0 1011101 1100001 110 10 1011110 110000

Color Harmonies of #EF1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1008

Black with #EF1008

Text Example


Text Example

White with #EF1008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1008; }

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

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

background-color css

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

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

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

border-color css

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

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

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