Html Css Color HEX #EC0C11 Fire Engine Red

📋 copy color: '#EC0C11'

red 236 ◦ green 12 ◦ blue 17

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

Shades of Fire Engine Red #EC0C11

Tints of Fire Engine Red #EC0C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.53%

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

R = 89.06%
G = 4.53%
B = 6.42%

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

#EC0C11 (or 0xEC0C11) is known color: Fire Engine Red. HEX triplet: EC, 0C and 11. RGB value is (236,12,17). Sum of RGB (Red+Green+Blue) = 236+12+17=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0C11 is #13F3EE. Grayscale: #4F4F4F. Windows color (decimal): -1307631 or 1117420. OLE color: 1117420.

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

Color convert

RGB 236 12 17 -
CMYK 0 0.95 0.93 0.07
HSL 358.66º 0.9% 0.49% -
HSV(B) 358.66º 0.95% 0.93% -
XYZ 34.82 18.14 2.2 -
YUV 79.55 92.71 239.59 -
System Red Green Blue C M Y K H S L
Decimal 236 12 17 0 0.95 0.93 0.07 358.66 0.9 0.49
Hex EC C 11 0 5F 5D 7 167 5A 31
Octal 354 14 21 0 137 135 7 547 132 61
Binary 11101100 1100 10001 0 1011111 1011101 111 101100111 1011010 110001

Color Harmonies of #EC0C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0C11

Black with #EC0C11

Text Example


Text Example

White with #EC0C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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