Html Css Color HEX #EC0B11 Fire Engine Red

📋 copy color: '#EC0B11'

red 236 ◦ green 11 ◦ blue 17

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

Shades of Fire Engine Red #EC0B11

Tints of Fire Engine Red #EC0B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.17%

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

R = 89.39%
G = 4.17%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC0B11 (or 0xEC0B11) is known color: Fire Engine Red. HEX triplet: EC, 0B and 11. RGB value is (236,11,17). Sum of RGB (Red+Green+Blue) = 236+11+17=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0B11 is #13F4EE. Grayscale: #4F4F4F. Windows color (decimal): -1307887 or 1117164. OLE color: 1117164.

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

Color convert

RGB 236 11 17 -
CMYK 0 0.95 0.93 0.07
HSL 358.4º 0.91% 0.48% -
HSV(B) 358.4º 0.95% 0.93% -
XYZ 34.81 18.11 2.19 -
YUV 78.96 93.04 240.01 -
System Red Green Blue C M Y K H S L
Decimal 236 11 17 0 0.95 0.93 0.07 358.4 0.91 0.48
Hex EC B 11 0 5F 5D 7 166 5B 30
Octal 354 13 21 0 137 135 7 546 133 60
Binary 11101100 1011 10001 0 1011111 1011101 111 101100110 1011011 110000

Color Harmonies of #EC0B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B11

Black with #EC0B11

Text Example


Text Example

White with #EC0B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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