Html Css Color HEX #EC1415 Fire Engine Red

📋 copy color: '#EC1415'

red 236 ◦ green 20 ◦ blue 21

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

Shades of Fire Engine Red #EC1415

Tints of Fire Engine Red #EC1415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

 BLUE value IS 21 (8.59% from 255) = 7.58%

R = 85.2%
G = 7.22%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1415 (or 0xEC1415) is known color: Fire Engine Red. HEX triplet: EC, 14 and 15. RGB value is (236,20,21). Sum of RGB (Red+Green+Blue) = 236+20+21=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1415 is #13EBEA. Grayscale: #545454. Windows color (decimal): -1305579 or 1381612. OLE color: 1381612.

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

Color convert

RGB 236 20 21 -
CMYK 0 0.92 0.91 0.07
HSL 359.72º 0.85% 0.5% -
HSV(B) 359.72º 0.92% 0.93% -
XYZ 34.98 18.39 2.42 -
YUV 84.7 92.06 235.92 -
System Red Green Blue C M Y K H S L
Decimal 236 20 21 0 0.92 0.91 0.07 359.72 0.85 0.5
Hex EC 14 15 0 5C 5B 7 168 55 32
Octal 354 24 25 0 134 133 7 550 125 62
Binary 11101100 10100 10101 0 1011100 1011011 111 101101000 1010101 110010

Color Harmonies of #EC1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1415

Black with #EC1415

Text Example


Text Example

White with #EC1415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1415; }

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

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

background-color css

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

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

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

border-color css

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

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

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