Html Css Color HEX #EC121A Fire Engine Red

📋 copy color: '#EC121A'

red 236 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #EC121A

Tints of Fire Engine Red #EC121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 84.29%
G = 6.43%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC121A (or 0xEC121A) is known color: Fire Engine Red. HEX triplet: EC, 12 and 1A. RGB value is (236,18,26). Sum of RGB (Red+Green+Blue) = 236+18+26=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC121A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC121A is #13EDE5. Grayscale: #545454. Windows color (decimal): -1306086 or 1708780. OLE color: 1708780.

HSL color Cylindrical-coordinate representation of color #EC121A: hue angle of 357.8º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC121A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 26 -
CMYK 0 0.92 0.89 0.07
HSL 357.8º 0.86% 0.5% -
HSV(B) 357.8º 0.92% 0.93% -
XYZ 34.99 18.34 2.67 -
YUV 84.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 236 18 26 0 0.92 0.89 0.07 357.8 0.86 0.5
Hex EC 12 1A 0 5C 59 7 166 56 32
Octal 354 22 32 0 134 131 7 546 126 62
Binary 11101100 10010 11010 0 1011100 1011001 111 101100110 1010110 110010

Color Harmonies of #EC121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC121A

Black with #EC121A

Text Example


Text Example

White with #EC121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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