Html Css Color HEX #EF0810 Fire Engine Red

📋 copy color: '#EF0810'

red 239 ◦ green 8 ◦ blue 16

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

Shades of Fire Engine Red #EF0810

Tints of Fire Engine Red #EF0810

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

RGB 239 8 16 -
CMYK 0 0.97 0.93 0.06
HSL 357.92º 0.94% 0.48% -
HSV(B) 357.92º 0.97% 0.94% -
XYZ 35.78 18.56 2.19 -
YUV 77.98 93.03 242.85 -
System Red Green Blue C M Y K H S L
Decimal 239 8 16 0 0.97 0.93 0.06 357.92 0.94 0.48
Hex EF 8 10 0 61 5D 6 166 5E 30
Octal 357 10 20 0 141 135 6 546 136 60
Binary 11101111 1000 10000 0 1100001 1011101 110 101100110 1011110 110000

Color Harmonies of #EF0810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0810

Black with #EF0810

Text Example


Text Example

White with #EF0810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0810; }

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

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

background-color css

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

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

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

border-color css

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

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

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