Html Css Color HEX #EC1618 Fire Engine Red

📋 copy color: '#EC1618'

red 236 ◦ green 22 ◦ blue 24

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

Shades of Fire Engine Red #EC1618

Tints of Fire Engine Red #EC1618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

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

R = 83.69%
G = 7.8%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC1618 (or 0xEC1618) is known color: Fire Engine Red. HEX triplet: EC, 16 and 18. RGB value is (236,22,24). Sum of RGB (Red+Green+Blue) = 236+22+24=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1618 is #13E9E7. Grayscale: #565656. Windows color (decimal): -1305064 or 1578732. OLE color: 1578732.

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

Color convert

RGB 236 22 24 -
CMYK 0 0.91 0.90 0.07
HSL 359.44º 0.85% 0.51% -
HSV(B) 359.44º 0.91% 0.93% -
XYZ 35.04 18.47 2.58 -
YUV 86.21 92.9 234.84 -
System Red Green Blue C M Y K H S L
Decimal 236 22 24 0 0.91 0.90 0.07 359.44 0.85 0.51
Hex EC 16 18 0 5B 5A 7 167 55 33
Octal 354 26 30 0 133 132 7 547 125 63
Binary 11101100 10110 11000 0 1011011 1011010 111 101100111 1010101 110011

Color Harmonies of #EC1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1618

Black with #EC1618

Text Example


Text Example

White with #EC1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1618; }

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

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

background-color css

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

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

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

border-color css

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

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

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