Html Css Color HEX #EC151A Fire Engine Red

📋 copy color: '#EC151A'

red 236 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #EC151A

Tints of Fire Engine Red #EC151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

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

R = 83.39%
G = 7.42%
B = 9.19%

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

#EC151A (or 0xEC151A) is known color: Fire Engine Red. HEX triplet: EC, 15 and 1A. RGB value is (236,21,26). Sum of RGB (Red+Green+Blue) = 236+21+26=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC151A is #13EAE5. Grayscale: #565656. Windows color (decimal): -1305318 or 1709548. OLE color: 1709548.

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

Color convert

RGB 236 21 26 -
CMYK 0 0.91 0.89 0.07
HSL 358.6º 0.85% 0.5% -
HSV(B) 358.6º 0.91% 0.93% -
XYZ 35.05 18.44 2.69 -
YUV 85.86 94.23 235.09 -
System Red Green Blue C M Y K H S L
Decimal 236 21 26 0 0.91 0.89 0.07 358.6 0.85 0.5
Hex EC 15 1A 0 5B 59 7 167 55 32
Octal 354 25 32 0 133 131 7 547 125 62
Binary 11101100 10101 11010 0 1011011 1011001 111 101100111 1010101 110010

Color Harmonies of #EC151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC151A

Black with #EC151A

Text Example


Text Example

White with #EC151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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