Html Css Color HEX #EC0918 Fire Engine Red

📋 copy color: '#EC0918'

red 236 ◦ green 9 ◦ blue 24

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

Shades of Fire Engine Red #EC0918

Tints of Fire Engine Red #EC0918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

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

R = 87.73%
G = 3.35%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC0918 (or 0xEC0918) is known color: Fire Engine Red. HEX triplet: EC, 09 and 18. RGB value is (236,9,24). Sum of RGB (Red+Green+Blue) = 236+9+24=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0918 is #13F6E7. Grayscale: #4E4E4E. Windows color (decimal): -1308392 or 1575404. OLE color: 1575404.

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

Color convert

RGB 236 9 24 -
CMYK 0 0.96 0.90 0.07
HSL 356.04º 0.93% 0.48% -
HSV(B) 356.04º 0.96% 0.93% -
XYZ 34.85 18.09 2.52 -
YUV 78.58 97.21 240.28 -
System Red Green Blue C M Y K H S L
Decimal 236 9 24 0 0.96 0.90 0.07 356.04 0.93 0.48
Hex EC 9 18 0 60 5A 7 164 5D 30
Octal 354 11 30 0 140 132 7 544 135 60
Binary 11101100 1001 11000 0 1100000 1011010 111 101100100 1011101 110000

Color Harmonies of #EC0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0918

Black with #EC0918

Text Example


Text Example

White with #EC0918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0918; }

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

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

background-color css

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

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

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

border-color css

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

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

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