Html Css Color HEX #EC121B Fire Engine Red

📋 copy color: '#EC121B'

red 236 ◦ green 18 ◦ blue 27

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

Shades of Fire Engine Red #EC121B

Tints of Fire Engine Red #EC121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.61%

R = 83.99%
G = 6.41%
B = 9.61%

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

#EC121B (or 0xEC121B) is known color: Fire Engine Red. HEX triplet: EC, 12 and 1B. RGB value is (236,18,27). Sum of RGB (Red+Green+Blue) = 236+18+27=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC121B is #13EDE4. Grayscale: #545454. Windows color (decimal): -1306085 or 1774316. OLE color: 1774316.

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

Color convert

RGB 236 18 27 -
CMYK 0 0.92 0.89 0.07
HSL 357.52º 0.86% 0.5% -
HSV(B) 357.52º 0.92% 0.93% -
XYZ 35.01 18.34 2.73 -
YUV 84.21 95.72 236.27 -
System Red Green Blue C M Y K H S L
Decimal 236 18 27 0 0.92 0.89 0.07 357.52 0.86 0.5
Hex EC 12 1B 0 5C 59 7 166 56 32
Octal 354 22 33 0 134 131 7 546 126 62
Binary 11101100 10010 11011 0 1011100 1011001 111 101100110 1010110 110010

Color Harmonies of #EC121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC121B

Black with #EC121B

Text Example


Text Example

White with #EC121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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