Html Css Color HEX #EF0812 Fire Engine Red

📋 copy color: '#EF0812'

red 239 ◦ green 8 ◦ blue 18

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

Shades of Fire Engine Red #EF0812

Tints of Fire Engine Red #EF0812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 90.19%
G = 3.02%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF0812 (or 0xEF0812) is known color: Fire Engine Red. HEX triplet: EF, 08 and 12. RGB value is (239,8,18). Sum of RGB (Red+Green+Blue) = 239+8+18=265 (35% of max value = 765). Red value is 239 (93.75% from 255 or 90.19% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0812 is #10F7ED. Grayscale: #4E4E4E. Windows color (decimal): -1112046 or 1181935. OLE color: 1181935.

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

Color convert

RGB 239 8 18 -
CMYK 0 0.97 0.92 0.06
HSL 357.4º 0.94% 0.48% -
HSV(B) 357.4º 0.97% 0.94% -
XYZ 35.79 18.57 2.27 -
YUV 78.21 94.03 242.69 -
System Red Green Blue C M Y K H S L
Decimal 239 8 18 0 0.97 0.92 0.06 357.4 0.94 0.48
Hex EF 8 12 0 61 5C 6 165 5E 30
Octal 357 10 22 0 141 134 6 545 136 60
Binary 11101111 1000 10010 0 1100001 1011100 110 101100101 1011110 110000

Color Harmonies of #EF0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0812

Black with #EF0812

Text Example


Text Example

White with #EF0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0812; }

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

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

background-color css

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

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

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

border-color css

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

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

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