Html Css Color HEX #EC111B Fire Engine Red

📋 copy color: '#EC111B'

red 236 ◦ green 17 ◦ blue 27

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

Shades of Fire Engine Red #EC111B

Tints of Fire Engine Red #EC111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 84.29%
G = 6.07%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC111B (or 0xEC111B) is known color: Fire Engine Red. HEX triplet: EC, 11 and 1B. RGB value is (236,17,27). Sum of RGB (Red+Green+Blue) = 236+17+27=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC111B is #13EEE4. Grayscale: #535353. Windows color (decimal): -1306341 or 1774060. OLE color: 1774060.

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

Color convert

RGB 236 17 27 -
CMYK 0 0.93 0.89 0.07
HSL 357.26º 0.87% 0.5% -
HSV(B) 357.26º 0.93% 0.93% -
XYZ 34.99 18.31 2.73 -
YUV 83.62 96.05 236.69 -
System Red Green Blue C M Y K H S L
Decimal 236 17 27 0 0.93 0.89 0.07 357.26 0.87 0.5
Hex EC 11 1B 0 5D 59 7 165 57 32
Octal 354 21 33 0 135 131 7 545 127 62
Binary 11101100 10001 11011 0 1011101 1011001 111 101100101 1010111 110010

Color Harmonies of #EC111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC111B

Black with #EC111B

Text Example


Text Example

White with #EC111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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