Html Css Color HEX #EF0910 Fire Engine Red

📋 copy color: '#EF0910'

red 239 ◦ green 9 ◦ blue 16

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

Shades of Fire Engine Red #EF0910

Tints of Fire Engine Red #EF0910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

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

R = 90.53%
G = 3.41%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF0910 (or 0xEF0910) is known color: Fire Engine Red. HEX triplet: EF, 09 and 10. RGB value is (239,9,16). Sum of RGB (Red+Green+Blue) = 239+9+16=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0910 is #10F6EF. Grayscale: #4E4E4E. Windows color (decimal): -1111792 or 1051119. OLE color: 1051119.

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

Color convert

RGB 239 9 16 -
CMYK 0 0.96 0.93 0.06
HSL 358.17º 0.93% 0.49% -
HSV(B) 358.17º 0.96% 0.94% -
XYZ 35.79 18.58 2.19 -
YUV 78.57 92.7 242.43 -
System Red Green Blue C M Y K H S L
Decimal 239 9 16 0 0.96 0.93 0.06 358.17 0.93 0.49
Hex EF 9 10 0 60 5D 6 166 5D 31
Octal 357 11 20 0 140 135 6 546 135 61
Binary 11101111 1001 10000 0 1100000 1011101 110 101100110 1011101 110001

Color Harmonies of #EF0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0910

Black with #EF0910

Text Example


Text Example

White with #EF0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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