Html Css Color HEX #EC161A Fire Engine Red

📋 copy color: '#EC161A'

red 236 ◦ green 22 ◦ blue 26

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

Shades of Fire Engine Red #EC161A

Tints of Fire Engine Red #EC161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

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

R = 83.1%
G = 7.75%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC161A (or 0xEC161A) is known color: Fire Engine Red. HEX triplet: EC, 16 and 1A. RGB value is (236,22,26). Sum of RGB (Red+Green+Blue) = 236+22+26=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC161A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC161A is #13E9E5. Grayscale: #565656. Windows color (decimal): -1305062 or 1709804. OLE color: 1709804.

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

Color convert

RGB 236 22 26 -
CMYK 0 0.91 0.89 0.07
HSL 358.88º 0.85% 0.51% -
HSV(B) 358.88º 0.91% 0.93% -
XYZ 35.07 18.48 2.7 -
YUV 86.44 93.9 234.67 -
System Red Green Blue C M Y K H S L
Decimal 236 22 26 0 0.91 0.89 0.07 358.88 0.85 0.51
Hex EC 16 1A 0 5B 59 7 167 55 33
Octal 354 26 32 0 133 131 7 547 125 63
Binary 11101100 10110 11010 0 1011011 1011001 111 101100111 1010101 110011

Color Harmonies of #EC161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC161A

Black with #EC161A

Text Example


Text Example

White with #EC161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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