Html Css Color HEX #EC181A Fire Engine Red

📋 copy color: '#EC181A'

red 236 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #EC181A

Tints of Fire Engine Red #EC181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

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

R = 82.52%
G = 8.39%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC181A (or 0xEC181A) is known color: Fire Engine Red. HEX triplet: EC, 18 and 1A. RGB value is (236,24,26). Sum of RGB (Red+Green+Blue) = 236+24+26=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC181A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC181A is #13E7E5. Grayscale: #575757. Windows color (decimal): -1304550 or 1710316. OLE color: 1710316.

HSL color Cylindrical-coordinate representation of color #EC181A: 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.9%. Process color model (Four color, CMYK) of #EC181A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 26 -
CMYK 0 0.90 0.89 0.07
HSL 359.43º 0.85% 0.51% -
HSV(B) 359.43º 0.9% 0.93% -
XYZ 35.11 18.56 2.71 -
YUV 87.62 93.24 233.84 -
System Red Green Blue C M Y K H S L
Decimal 236 24 26 0 0.90 0.89 0.07 359.43 0.85 0.51
Hex EC 18 1A 0 5A 59 7 167 55 33
Octal 354 30 32 0 132 131 7 547 125 63
Binary 11101100 11000 11010 0 1011010 1011001 111 101100111 1010101 110011

Color Harmonies of #EC181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC181A

Black with #EC181A

Text Example


Text Example

White with #EC181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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