Html Css Color HEX #EC141B Fire Engine Red

📋 copy color: '#EC141B'

red 236 ◦ green 20 ◦ blue 27

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

Shades of Fire Engine Red #EC141B

Tints of Fire Engine Red #EC141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

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

R = 83.39%
G = 7.07%
B = 9.54%

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

#EC141B (or 0xEC141B) is known color: Fire Engine Red. HEX triplet: EC, 14 and 1B. RGB value is (236,20,27). Sum of RGB (Red+Green+Blue) = 236+20+27=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC141B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC141B is #13EBE4. Grayscale: #555555. Windows color (decimal): -1305573 or 1774828. OLE color: 1774828.

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

Color convert

RGB 236 20 27 -
CMYK 0 0.92 0.89 0.07
HSL 358.06º 0.85% 0.5% -
HSV(B) 358.06º 0.92% 0.93% -
XYZ 35.04 18.41 2.74 -
YUV 85.38 95.06 235.43 -
System Red Green Blue C M Y K H S L
Decimal 236 20 27 0 0.92 0.89 0.07 358.06 0.85 0.5
Hex EC 14 1B 0 5C 59 7 166 55 32
Octal 354 24 33 0 134 131 7 546 125 62
Binary 11101100 10100 11011 0 1011100 1011001 111 101100110 1010101 110010

Color Harmonies of #EC141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC141B

Black with #EC141B

Text Example


Text Example

White with #EC141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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