Html Css Color HEX #EC101A Fire Engine Red

📋 copy color: '#EC101A'

red 236 ◦ green 16 ◦ blue 26

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

Shades of Fire Engine Red #EC101A

Tints of Fire Engine Red #EC101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.35%

R = 84.89%
G = 5.76%
B = 9.35%

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

#EC101A (or 0xEC101A) is known color: Fire Engine Red. HEX triplet: EC, 10 and 1A. RGB value is (236,16,26). Sum of RGB (Red+Green+Blue) = 236+16+26=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC101A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC101A is #13EFE5. Grayscale: #535353. Windows color (decimal): -1306598 or 1708268. OLE color: 1708268.

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

Color convert

RGB 236 16 26 -
CMYK 0 0.93 0.89 0.07
HSL 357.27º 0.87% 0.49% -
HSV(B) 357.27º 0.93% 0.93% -
XYZ 34.96 18.28 2.66 -
YUV 82.92 95.89 237.19 -
System Red Green Blue C M Y K H S L
Decimal 236 16 26 0 0.93 0.89 0.07 357.27 0.87 0.49
Hex EC 10 1A 0 5D 59 7 165 57 31
Octal 354 20 32 0 135 131 7 545 127 61
Binary 11101100 10000 11010 0 1011101 1011001 111 101100101 1010111 110001

Color Harmonies of #EC101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC101A

Black with #EC101A

Text Example


Text Example

White with #EC101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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