Html Css Color HEX #EC1011 Fire Engine Red

📋 copy color: '#EC1011'

red 236 ◦ green 16 ◦ blue 17

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

Shades of Fire Engine Red #EC1011

Tints of Fire Engine Red #EC1011

RGB

 RED value IS 236 (92.58% from 255) = 87.73%

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

 BLUE value IS 17 (7.03% from 255) = 6.32%

R = 87.73%
G = 5.95%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC1011 (or 0xEC1011) is known color: Fire Engine Red. HEX triplet: EC, 10 and 11. RGB value is (236,16,17). Sum of RGB (Red+Green+Blue) = 236+16+17=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1011 is #13EFEE. Grayscale: #525252. Windows color (decimal): -1306607 or 1118444. OLE color: 1118444.

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

Color convert

RGB 236 16 17 -
CMYK 0 0.93 0.93 0.07
HSL 359.73º 0.87% 0.49% -
HSV(B) 359.73º 0.93% 0.93% -
XYZ 34.88 18.24 2.21 -
YUV 81.89 91.39 237.92 -
System Red Green Blue C M Y K H S L
Decimal 236 16 17 0 0.93 0.93 0.07 359.73 0.87 0.49
Hex EC 10 11 0 5D 5D 7 168 57 31
Octal 354 20 21 0 135 135 7 550 127 61
Binary 11101100 10000 10001 0 1011101 1011101 111 101101000 1010111 110001

Color Harmonies of #EC1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1011

Black with #EC1011

Text Example


Text Example

White with #EC1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1011; }

 p { color: rgb(236,16,17); }

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

background-color css

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

 a { background-color: rgb(236,16,17); }

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

border-color css

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

 span { border-color: rgb(236,16,17); }

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