Html Css Color HEX #EC181D Fire Engine Red

📋 copy color: '#EC181D'

red 236 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #EC181D

Tints of Fire Engine Red #EC181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 81.66%
G = 8.3%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC181D (or 0xEC181D) is known color: Fire Engine Red. HEX triplet: EC, 18 and 1D. RGB value is (236,24,29). Sum of RGB (Red+Green+Blue) = 236+24+29=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC181D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC181D is #13E7E2. Grayscale: #585858. Windows color (decimal): -1304547 or 1906924. OLE color: 1906924.

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

Color convert

RGB 236 24 29 -
CMYK 0 0.90 0.88 0.07
HSL 358.58º 0.85% 0.51% -
HSV(B) 358.58º 0.9% 0.93% -
XYZ 35.14 18.57 2.9 -
YUV 87.96 94.74 233.59 -
System Red Green Blue C M Y K H S L
Decimal 236 24 29 0 0.90 0.88 0.07 358.58 0.85 0.51
Hex EC 18 1D 0 5A 58 7 167 55 33
Octal 354 30 35 0 132 130 7 547 125 63
Binary 11101100 11000 11101 0 1011010 1011000 111 101100111 1010101 110011

Color Harmonies of #EC181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC181D

Black with #EC181D

Text Example


Text Example

White with #EC181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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