Html Css Color HEX #ED141B Fire Engine Red

📋 copy color: '#ED141B'

red 237 ◦ green 20 ◦ blue 27

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

Shades of Fire Engine Red #ED141B

Tints of Fire Engine Red #ED141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

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

R = 83.45%
G = 7.04%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED141B (or 0xED141B) is known color: Fire Engine Red. HEX triplet: ED, 14 and 1B. RGB value is (237,20,27). Sum of RGB (Red+Green+Blue) = 237+20+27=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED141B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED141B is #12EBE4. Grayscale: #555555. Windows color (decimal): -1240037 or 1774829. OLE color: 1774829.

HSL color Cylindrical-coordinate representation of color #ED141B: hue angle of 358.06º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED141B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 20 27 -
CMYK 0 0.92 0.89 0.07
HSL 358.06º 0.86% 0.5% -
HSV(B) 358.06º 0.92% 0.93% -
XYZ 35.37 18.58 2.76 -
YUV 85.68 94.89 235.93 -
System Red Green Blue C M Y K H S L
Decimal 237 20 27 0 0.92 0.89 0.07 358.06 0.86 0.5
Hex ED 14 1B 0 5C 59 7 166 56 32
Octal 355 24 33 0 134 131 7 546 126 62
Binary 11101101 10100 11011 0 1011100 1011001 111 101100110 1010110 110010

Color Harmonies of #ED141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED141B

Black with #ED141B

Text Example


Text Example

White with #ED141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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