Html Css Color HEX #EC0614 Fire Engine Red

📋 copy color: '#EC0614'

red 236 ◦ green 6 ◦ blue 20

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

Shades of Fire Engine Red #EC0614

Tints of Fire Engine Red #EC0614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.29%

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

R = 90.08%
G = 2.29%
B = 7.63%

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

#EC0614 (or 0xEC0614) is known color: Fire Engine Red. HEX triplet: EC, 06 and 14. RGB value is (236,6,20). Sum of RGB (Red+Green+Blue) = 236+6+20=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0614 is #13F9EB. Grayscale: #4C4C4C. Windows color (decimal): -1309164 or 1312492. OLE color: 1312492.

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

Color convert

RGB 236 6 20 -
CMYK 0 0.97 0.92 0.07
HSL 356.35º 0.95% 0.47% -
HSV(B) 356.35º 0.97% 0.93% -
XYZ 34.78 18.01 2.31 -
YUV 76.37 96.2 241.86 -
System Red Green Blue C M Y K H S L
Decimal 236 6 20 0 0.97 0.92 0.07 356.35 0.95 0.47
Hex EC 6 14 0 61 5C 7 164 5F 2F
Octal 354 6 24 0 141 134 7 544 137 57
Binary 11101100 110 10100 0 1100001 1011100 111 101100100 1011111 101111

Color Harmonies of #EC0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0614

Black with #EC0614

Text Example


Text Example

White with #EC0614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0614; }

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

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

background-color css

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

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

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

border-color css

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

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

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