Html Css Color HEX #EC0914 Fire Engine Red

📋 copy color: '#EC0914'

red 236 ◦ green 9 ◦ blue 20

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

Shades of Fire Engine Red #EC0914

Tints of Fire Engine Red #EC0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

 BLUE value IS 20 (8.2% from 255) = 7.55%

R = 89.06%
G = 3.4%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC0914 (or 0xEC0914) is known color: Fire Engine Red. HEX triplet: EC, 09 and 14. RGB value is (236,9,20). Sum of RGB (Red+Green+Blue) = 236+9+20=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0914 is #13F6EB. Grayscale: #4E4E4E. Windows color (decimal): -1308396 or 1313260. OLE color: 1313260.

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

Color convert

RGB 236 9 20 -
CMYK 0 0.96 0.92 0.07
HSL 357.09º 0.93% 0.48% -
HSV(B) 357.09º 0.96% 0.93% -
XYZ 34.82 18.08 2.32 -
YUV 78.13 95.21 240.61 -
System Red Green Blue C M Y K H S L
Decimal 236 9 20 0 0.96 0.92 0.07 357.09 0.93 0.48
Hex EC 9 14 0 60 5C 7 165 5D 30
Octal 354 11 24 0 140 134 7 545 135 60
Binary 11101100 1001 10100 0 1100000 1011100 111 101100101 1011101 110000

Color Harmonies of #EC0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0914

Black with #EC0914

Text Example


Text Example

White with #EC0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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