Html Css Color HEX #EC0618 Fire Engine Red

📋 copy color: '#EC0618'

red 236 ◦ green 6 ◦ blue 24

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

Shades of Fire Engine Red #EC0618

Tints of Fire Engine Red #EC0618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 88.72%
G = 2.26%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC0618 (or 0xEC0618) is known color: Fire Engine Red. HEX triplet: EC, 06 and 18. RGB value is (236,6,24). Sum of RGB (Red+Green+Blue) = 236+6+24=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0618 is #13F9E7. Grayscale: #4C4C4C. Windows color (decimal): -1309160 or 1574636. OLE color: 1574636.

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

Color convert

RGB 236 6 24 -
CMYK 0 0.97 0.90 0.07
HSL 355.3º 0.95% 0.47% -
HSV(B) 355.3º 0.97% 0.93% -
XYZ 34.82 18.03 2.51 -
YUV 76.82 98.2 241.54 -
System Red Green Blue C M Y K H S L
Decimal 236 6 24 0 0.97 0.90 0.07 355.3 0.95 0.47
Hex EC 6 18 0 61 5A 7 163 5F 2F
Octal 354 6 30 0 141 132 7 543 137 57
Binary 11101100 110 11000 0 1100001 1011010 111 101100011 1011111 101111

Color Harmonies of #EC0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0618

Black with #EC0618

Text Example


Text Example

White with #EC0618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0618; }

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

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

background-color css

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

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

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

border-color css

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

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

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