Html Css Color HEX #EC161B Fire Engine Red

📋 copy color: '#EC161B'

red 236 ◦ green 22 ◦ blue 27

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

Shades of Fire Engine Red #EC161B

Tints of Fire Engine Red #EC161B

RGB

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

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

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

R = 82.81%
G = 7.72%
B = 9.47%

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

#EC161B (or 0xEC161B) is known color: Fire Engine Red. HEX triplet: EC, 16 and 1B. RGB value is (236,22,27). Sum of RGB (Red+Green+Blue) = 236+22+27=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC161B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC161B is #13E9E4. Grayscale: #565656. Windows color (decimal): -1305061 or 1775340. OLE color: 1775340.

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

Color convert

RGB 236 22 27 -
CMYK 0 0.91 0.89 0.07
HSL 358.6º 0.85% 0.51% -
HSV(B) 358.6º 0.91% 0.93% -
XYZ 35.08 18.49 2.76 -
YUV 86.56 94.4 234.59 -
System Red Green Blue C M Y K H S L
Decimal 236 22 27 0 0.91 0.89 0.07 358.6 0.85 0.51
Hex EC 16 1B 0 5B 59 7 167 55 33
Octal 354 26 33 0 133 131 7 547 125 63
Binary 11101100 10110 11011 0 1011011 1011001 111 101100111 1010101 110011

Color Harmonies of #EC161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC161B

Black with #EC161B

Text Example


Text Example

White with #EC161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC161B; }

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

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

background-color css

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

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

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

border-color css

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

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

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