Html Css Color HEX #ED181B Fire Engine Red

📋 copy color: '#ED181B'

red 237 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #ED181B

Tints of Fire Engine Red #ED181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 82.29%
G = 8.33%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED181B (or 0xED181B) is known color: Fire Engine Red. HEX triplet: ED, 18 and 1B. RGB value is (237,24,27). Sum of RGB (Red+Green+Blue) = 237+24+27=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED181B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED181B is #12E7E4. Grayscale: #585858. Windows color (decimal): -1239013 or 1775853. OLE color: 1775853.

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

Color convert

RGB 237 24 27 -
CMYK 0 0.90 0.89 0.07
HSL 359.15º 0.86% 0.51% -
HSV(B) 359.15º 0.9% 0.93% -
XYZ 35.45 18.74 2.79 -
YUV 88.03 93.57 234.26 -
System Red Green Blue C M Y K H S L
Decimal 237 24 27 0 0.90 0.89 0.07 359.15 0.86 0.51
Hex ED 18 1B 0 5A 59 7 167 56 33
Octal 355 30 33 0 132 131 7 547 126 63
Binary 11101101 11000 11011 0 1011010 1011001 111 101100111 1010110 110011

Color Harmonies of #ED181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED181B

Black with #ED181B

Text Example


Text Example

White with #ED181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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