Html Css Color HEX #EC1718 Fire Engine Red

📋 copy color: '#EC1718'

red 236 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #EC1718

Tints of Fire Engine Red #EC1718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.13%

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

R = 83.39%
G = 8.13%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC1718 (or 0xEC1718) is known color: Fire Engine Red. HEX triplet: EC, 17 and 18. RGB value is (236,23,24). Sum of RGB (Red+Green+Blue) = 236+23+24=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1718 is #13E8E7. Grayscale: #575757. Windows color (decimal): -1304808 or 1578988. OLE color: 1578988.

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

Color convert

RGB 236 23 24 -
CMYK 0 0.90 0.90 0.07
HSL 359.72º 0.85% 0.51% -
HSV(B) 359.72º 0.9% 0.93% -
XYZ 35.06 18.51 2.59 -
YUV 86.8 92.57 234.42 -
System Red Green Blue C M Y K H S L
Decimal 236 23 24 0 0.90 0.90 0.07 359.72 0.85 0.51
Hex EC 17 18 0 5A 5A 7 168 55 33
Octal 354 27 30 0 132 132 7 550 125 63
Binary 11101100 10111 11000 0 1011010 1011010 111 101101000 1010101 110011

Color Harmonies of #EC1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1718

Black with #EC1718

Text Example


Text Example

White with #EC1718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1718; }

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

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

background-color css

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

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

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

border-color css

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

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

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