Html Css Color HEX #EC191B Fire Engine Red

📋 copy color: '#EC191B'

red 236 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #EC191B

Tints of Fire Engine Red #EC191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

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

R = 81.94%
G = 8.68%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC191B (or 0xEC191B) is known color: Fire Engine Red. HEX triplet: EC, 19 and 1B. RGB value is (236,25,27). Sum of RGB (Red+Green+Blue) = 236+25+27=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC191B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC191B is #13E6E4. Grayscale: #585858. Windows color (decimal): -1304293 or 1776108. OLE color: 1776108.

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

Color convert

RGB 236 25 27 -
CMYK 0 0.89 0.89 0.07
HSL 359.43º 0.85% 0.51% -
HSV(B) 359.43º 0.89% 0.93% -
XYZ 35.14 18.61 2.78 -
YUV 88.32 93.4 233.34 -
System Red Green Blue C M Y K H S L
Decimal 236 25 27 0 0.89 0.89 0.07 359.43 0.85 0.51
Hex EC 19 1B 0 59 59 7 167 55 33
Octal 354 31 33 0 131 131 7 547 125 63
Binary 11101100 11001 11011 0 1011001 1011001 111 101100111 1010101 110011

Color Harmonies of #EC191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC191B

Black with #EC191B

Text Example


Text Example

White with #EC191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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