Html Css Color HEX #EC0812 Fire Engine Red

📋 copy color: '#EC0812'

red 236 ◦ green 8 ◦ blue 18

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

Shades of Fire Engine Red #EC0812

Tints of Fire Engine Red #EC0812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 90.08%
G = 3.05%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC0812 (or 0xEC0812) is known color: Fire Engine Red. HEX triplet: EC, 08 and 12. RGB value is (236,8,18). Sum of RGB (Red+Green+Blue) = 236+8+18=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0812 is #13F7ED. Grayscale: #4D4D4D. Windows color (decimal): -1308654 or 1181932. OLE color: 1181932.

HSL color Cylindrical-coordinate representation of color #EC0812: hue angle of 357.37º degrees, saturation: 0.93, 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 #EC0812 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 8 18 -
CMYK 0 0.97 0.92 0.07
HSL 357.37º 0.93% 0.48% -
HSV(B) 357.37º 0.97% 0.93% -
XYZ 34.79 18.05 2.22 -
YUV 77.31 94.54 241.19 -
System Red Green Blue C M Y K H S L
Decimal 236 8 18 0 0.97 0.92 0.07 357.37 0.93 0.48
Hex EC 8 12 0 61 5C 7 165 5D 30
Octal 354 10 22 0 141 134 7 545 135 60
Binary 11101100 1000 10010 0 1100001 1011100 111 101100101 1011101 110000

Color Harmonies of #EC0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0812

Black with #EC0812

Text Example


Text Example

White with #EC0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0812; }

 p { color: rgb(236,8,18); }

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

background-color css

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

 a { background-color: rgb(236,8,18); }

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

border-color css

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

 span { border-color: rgb(236,8,18); }

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