Html Css Color HEX #EC101C Fire Engine Red

📋 copy color: '#EC101C'

red 236 ◦ green 16 ◦ blue 28

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

Shades of Fire Engine Red #EC101C

Tints of Fire Engine Red #EC101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 84.29%
G = 5.71%
B = 10%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC101C (or 0xEC101C) is known color: Fire Engine Red. HEX triplet: EC, 10 and 1C. RGB value is (236,16,28). Sum of RGB (Red+Green+Blue) = 236+16+28=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC101C is #13EFE3. Grayscale: #535353. Windows color (decimal): -1306596 or 1839340. OLE color: 1839340.

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

Color convert

RGB 236 16 28 -
CMYK 0 0.93 0.88 0.07
HSL 356.73º 0.87% 0.49% -
HSV(B) 356.73º 0.93% 0.93% -
XYZ 34.99 18.29 2.78 -
YUV 83.15 96.89 237.02 -
System Red Green Blue C M Y K H S L
Decimal 236 16 28 0 0.93 0.88 0.07 356.73 0.87 0.49
Hex EC 10 1C 0 5D 58 7 165 57 31
Octal 354 20 34 0 135 130 7 545 127 61
Binary 11101100 10000 11100 0 1011101 1011000 111 101100101 1010111 110001

Color Harmonies of #EC101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC101C

Black with #EC101C

Text Example


Text Example

White with #EC101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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