Html Css Color HEX #EC1012 Fire Engine Red

📋 copy color: '#EC1012'

red 236 ◦ green 16 ◦ blue 18

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

Shades of Fire Engine Red #EC1012

Tints of Fire Engine Red #EC1012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 87.41%
G = 5.93%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC1012 (or 0xEC1012) is known color: Fire Engine Red. HEX triplet: EC, 10 and 12. RGB value is (236,16,18). Sum of RGB (Red+Green+Blue) = 236+16+18=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1012 is #13EFED. Grayscale: #525252. Windows color (decimal): -1306606 or 1183980. OLE color: 1183980.

HSL color Cylindrical-coordinate representation of color #EC1012: hue angle of 359.45º 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 #EC1012 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 16 18 -
CMYK 0 0.93 0.92 0.07
HSL 359.45º 0.87% 0.49% -
HSV(B) 359.45º 0.93% 0.93% -
XYZ 34.89 18.25 2.26 -
YUV 82.01 91.89 237.84 -
System Red Green Blue C M Y K H S L
Decimal 236 16 18 0 0.93 0.92 0.07 359.45 0.87 0.49
Hex EC 10 12 0 5D 5C 7 167 57 31
Octal 354 20 22 0 135 134 7 547 127 61
Binary 11101100 10000 10010 0 1011101 1011100 111 101100111 1010111 110001

Color Harmonies of #EC1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1012

Black with #EC1012

Text Example


Text Example

White with #EC1012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1012; }

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

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

background-color css

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

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

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

border-color css

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

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

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