Html Css Color HEX #EC1016 Fire Engine Red

📋 copy color: '#EC1016'

red 236 ◦ green 16 ◦ blue 22

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

Shades of Fire Engine Red #EC1016

Tints of Fire Engine Red #EC1016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.84%

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

R = 86.13%
G = 5.84%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1016 (or 0xEC1016) is known color: Fire Engine Red. HEX triplet: EC, 10 and 16. RGB value is (236,16,22). Sum of RGB (Red+Green+Blue) = 236+16+22=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1016 is #13EFE9. Grayscale: #525252. Windows color (decimal): -1306602 or 1446124. OLE color: 1446124.

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

Color convert

RGB 236 16 22 -
CMYK 0 0.93 0.91 0.07
HSL 358.36º 0.87% 0.49% -
HSV(B) 358.36º 0.93% 0.93% -
XYZ 34.92 18.26 2.44 -
YUV 82.46 93.89 237.51 -
System Red Green Blue C M Y K H S L
Decimal 236 16 22 0 0.93 0.91 0.07 358.36 0.87 0.49
Hex EC 10 16 0 5D 5B 7 166 57 31
Octal 354 20 26 0 135 133 7 546 127 61
Binary 11101100 10000 10110 0 1011101 1011011 111 101100110 1010111 110001

Color Harmonies of #EC1016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1016

Black with #EC1016

Text Example


Text Example

White with #EC1016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1016; }

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

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

background-color css

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

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

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

border-color css

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

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

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