Html Css Color HEX #EC0916 Fire Engine Red

📋 copy color: '#EC0916'

red 236 ◦ green 9 ◦ blue 22

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

Shades of Fire Engine Red #EC0916

Tints of Fire Engine Red #EC0916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 88.39%
G = 3.37%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC0916 (or 0xEC0916) is known color: Fire Engine Red. HEX triplet: EC, 09 and 16. RGB value is (236,9,22). Sum of RGB (Red+Green+Blue) = 236+9+22=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0916 is #13F6E9. Grayscale: #4E4E4E. Windows color (decimal): -1308394 or 1444332. OLE color: 1444332.

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

Color convert

RGB 236 9 22 -
CMYK 0 0.96 0.91 0.07
HSL 356.56º 0.93% 0.48% -
HSV(B) 356.56º 0.96% 0.93% -
XYZ 34.83 18.09 2.41 -
YUV 78.36 96.21 240.44 -
System Red Green Blue C M Y K H S L
Decimal 236 9 22 0 0.96 0.91 0.07 356.56 0.93 0.48
Hex EC 9 16 0 60 5B 7 165 5D 30
Octal 354 11 26 0 140 133 7 545 135 60
Binary 11101100 1001 10110 0 1100000 1011011 111 101100101 1011101 110000

Color Harmonies of #EC0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0916

Black with #EC0916

Text Example


Text Example

White with #EC0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0916; }

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

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

background-color css

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

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

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

border-color css

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

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

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