Html Css Color HEX #EC121C Fire Engine Red

📋 copy color: '#EC121C'

red 236 ◦ green 18 ◦ blue 28

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

Shades of Fire Engine Red #EC121C

Tints of Fire Engine Red #EC121C

RGB

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

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

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

R = 83.69%
G = 6.38%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC121C (or 0xEC121C) is known color: Fire Engine Red. HEX triplet: EC, 12 and 1C. RGB value is (236,18,28). Sum of RGB (Red+Green+Blue) = 236+18+28=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC121C is #13EDE3. Grayscale: #545454. Windows color (decimal): -1306084 or 1839852. OLE color: 1839852.

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

Color convert

RGB 236 18 28 -
CMYK 0 0.92 0.88 0.07
HSL 357.25º 0.86% 0.5% -
HSV(B) 357.25º 0.92% 0.93% -
XYZ 35.02 18.35 2.79 -
YUV 84.32 96.22 236.19 -
System Red Green Blue C M Y K H S L
Decimal 236 18 28 0 0.92 0.88 0.07 357.25 0.86 0.5
Hex EC 12 1C 0 5C 58 7 165 56 32
Octal 354 22 34 0 134 130 7 545 126 62
Binary 11101100 10010 11100 0 1011100 1011000 111 101100101 1010110 110010

Color Harmonies of #EC121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC121C

Black with #EC121C

Text Example


Text Example

White with #EC121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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