Html Css Color HEX #EF0712 Fire Engine Red

📋 copy color: '#EF0712'

red 239 ◦ green 7 ◦ blue 18

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

Shades of Fire Engine Red #EF0712

Tints of Fire Engine Red #EF0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.65%

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

R = 90.53%
G = 2.65%
B = 6.82%

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

#EF0712 (or 0xEF0712) is known color: Fire Engine Red. HEX triplet: EF, 07 and 12. RGB value is (239,7,18). Sum of RGB (Red+Green+Blue) = 239+7+18=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0712 is #10F8ED. Grayscale: #4D4D4D. Windows color (decimal): -1112302 or 1181679. OLE color: 1181679.

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

Color convert

RGB 239 7 18 -
CMYK 0 0.97 0.92 0.06
HSL 357.16º 0.94% 0.48% -
HSV(B) 357.16º 0.97% 0.94% -
XYZ 35.78 18.55 2.27 -
YUV 77.62 94.36 243.11 -
System Red Green Blue C M Y K H S L
Decimal 239 7 18 0 0.97 0.92 0.06 357.16 0.94 0.48
Hex EF 7 12 0 61 5C 6 165 5E 30
Octal 357 7 22 0 141 134 6 545 136 60
Binary 11101111 111 10010 0 1100001 1011100 110 101100101 1011110 110000

Color Harmonies of #EF0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0712

Black with #EF0712

Text Example


Text Example

White with #EF0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0712; }

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

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

background-color css

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

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

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

border-color css

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

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

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