Html Css Color HEX #EC161C Fire Engine Red

📋 copy color: '#EC161C'

red 236 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #EC161C

Tints of Fire Engine Red #EC161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 82.52%
G = 7.69%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC161C (or 0xEC161C) is known color: Fire Engine Red. HEX triplet: EC, 16 and 1C. RGB value is (236,22,28). Sum of RGB (Red+Green+Blue) = 236+22+28=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC161C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC161C is #13E9E3. Grayscale: #565656. Windows color (decimal): -1305060 or 1840876. OLE color: 1840876.

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

Color convert

RGB 236 22 28 -
CMYK 0 0.91 0.88 0.07
HSL 358.32º 0.85% 0.51% -
HSV(B) 358.32º 0.91% 0.93% -
XYZ 35.09 18.49 2.82 -
YUV 86.67 94.9 234.51 -
System Red Green Blue C M Y K H S L
Decimal 236 22 28 0 0.91 0.88 0.07 358.32 0.85 0.51
Hex EC 16 1C 0 5B 58 7 166 55 33
Octal 354 26 34 0 133 130 7 546 125 63
Binary 11101100 10110 11100 0 1011011 1011000 111 101100110 1010101 110011

Color Harmonies of #EC161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC161C

Black with #EC161C

Text Example


Text Example

White with #EC161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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