Html Css Color HEX #EC0716 Fire Engine Red

📋 copy color: '#EC0716'

red 236 ◦ green 7 ◦ blue 22

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

Shades of Fire Engine Red #EC0716

Tints of Fire Engine Red #EC0716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.64%

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

R = 89.06%
G = 2.64%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC0716 (or 0xEC0716) is known color: Fire Engine Red. HEX triplet: EC, 07 and 16. RGB value is (236,7,22). Sum of RGB (Red+Green+Blue) = 236+7+22=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0716 is #13F8E9. Grayscale: #4D4D4D. Windows color (decimal): -1308906 or 1443820. OLE color: 1443820.

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

Color convert

RGB 236 7 22 -
CMYK 0 0.97 0.91 0.07
HSL 356.07º 0.94% 0.48% -
HSV(B) 356.07º 0.97% 0.93% -
XYZ 34.81 18.04 2.41 -
YUV 77.18 96.87 241.28 -
System Red Green Blue C M Y K H S L
Decimal 236 7 22 0 0.97 0.91 0.07 356.07 0.94 0.48
Hex EC 7 16 0 61 5B 7 164 5E 30
Octal 354 7 26 0 141 133 7 544 136 60
Binary 11101100 111 10110 0 1100001 1011011 111 101100100 1011110 110000

Color Harmonies of #EC0716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0716

Black with #EC0716

Text Example


Text Example

White with #EC0716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0716; }

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

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

background-color css

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

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

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

border-color css

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

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

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