Html Css Color HEX #EF1016 Fire Engine Red

📋 copy color: '#EF1016'

red 239 ◦ green 16 ◦ blue 22

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

Shades of Fire Engine Red #EF1016

Tints of Fire Engine Red #EF1016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 86.28%
G = 5.78%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF1016 (or 0xEF1016) is known color: Fire Engine Red. HEX triplet: EF, 10 and 16. RGB value is (239,16,22). Sum of RGB (Red+Green+Blue) = 239+16+22=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1016 is #10EFE9. Grayscale: #535353. Windows color (decimal): -1109994 or 1446127. OLE color: 1446127.

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

Color convert

RGB 239 16 22 -
CMYK 0 0.93 0.91 0.06
HSL 358.39º 0.87% 0.5% -
HSV(B) 358.39º 0.93% 0.94% -
XYZ 35.93 18.78 2.49 -
YUV 83.36 93.38 239.01 -
System Red Green Blue C M Y K H S L
Decimal 239 16 22 0 0.93 0.91 0.06 358.39 0.87 0.5
Hex EF 10 16 0 5D 5B 6 166 57 32
Octal 357 20 26 0 135 133 6 546 127 62
Binary 11101111 10000 10110 0 1011101 1011011 110 101100110 1010111 110010

Color Harmonies of #EF1016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1016

Black with #EF1016

Text Example


Text Example

White with #EF1016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1016; }

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

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

background-color css

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

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

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

border-color css

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

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

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