Html Css Color HEX #EF0D10 Fire Engine Red

📋 copy color: '#EF0D10'

red 239 ◦ green 13 ◦ blue 16

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

Shades of Fire Engine Red #EF0D10

Tints of Fire Engine Red #EF0D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

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

R = 89.18%
G = 4.85%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF0D10 (or 0xEF0D10) is known color: Fire Engine Red. HEX triplet: EF, 0D and 10. RGB value is (239,13,16). Sum of RGB (Red+Green+Blue) = 239+13+16=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0D10 is #10F2EF. Grayscale: #515151. Windows color (decimal): -1110768 or 1052143. OLE color: 1052143.

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

Color convert

RGB 239 13 16 -
CMYK 0 0.95 0.93 0.06
HSL 359.2º 0.9% 0.49% -
HSV(B) 359.2º 0.95% 0.94% -
XYZ 35.83 18.68 2.21 -
YUV 80.92 91.37 240.76 -
System Red Green Blue C M Y K H S L
Decimal 239 13 16 0 0.95 0.93 0.06 359.2 0.9 0.49
Hex EF D 10 0 5F 5D 6 167 5A 31
Octal 357 15 20 0 137 135 6 547 132 61
Binary 11101111 1101 10000 0 1011111 1011101 110 101100111 1011010 110001

Color Harmonies of #EF0D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D10

Black with #EF0D10

Text Example


Text Example

White with #EF0D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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