Html Css Color HEX #ED181C Fire Engine Red

📋 copy color: '#ED181C'

red 237 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #ED181C

Tints of Fire Engine Red #ED181C

RGB

 RED value IS 237 (92.97% from 255) = 82.01%

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

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 82.01%
G = 8.3%
B = 9.69%

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

#ED181C (or 0xED181C) is known color: Fire Engine Red. HEX triplet: ED, 18 and 1C. RGB value is (237,24,28). Sum of RGB (Red+Green+Blue) = 237+24+28=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED181C is #12E7E3. Grayscale: #585858. Windows color (decimal): -1239012 or 1841389. OLE color: 1841389.

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

Color convert

RGB 237 24 28 -
CMYK 0 0.90 0.88 0.07
HSL 358.87º 0.86% 0.51% -
HSV(B) 358.87º 0.9% 0.93% -
XYZ 35.46 18.74 2.85 -
YUV 88.14 94.07 234.17 -
System Red Green Blue C M Y K H S L
Decimal 237 24 28 0 0.90 0.88 0.07 358.87 0.86 0.51
Hex ED 18 1C 0 5A 58 7 167 56 33
Octal 355 30 34 0 132 130 7 547 126 63
Binary 11101101 11000 11100 0 1011010 1011000 111 101100111 1010110 110011

Color Harmonies of #ED181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED181C

Black with #ED181C

Text Example


Text Example

White with #ED181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED181C; }

 p { color: rgb(237,24,28); }

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

background-color css

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

 a { background-color: rgb(237,24,28); }

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

border-color css

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

 span { border-color: rgb(237,24,28); }

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