Html Css Color HEX #ED141C Fire Engine Red

📋 copy color: '#ED141C'

red 237 ◦ green 20 ◦ blue 28

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

Shades of Fire Engine Red #ED141C

Tints of Fire Engine Red #ED141C

RGB

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

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

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

R = 83.16%
G = 7.02%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED141C (or 0xED141C) is known color: Fire Engine Red. HEX triplet: ED, 14 and 1C. RGB value is (237,20,28). Sum of RGB (Red+Green+Blue) = 237+20+28=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED141C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED141C is #12EBE3. Grayscale: #555555. Windows color (decimal): -1240036 or 1840365. OLE color: 1840365.

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

Color convert

RGB 237 20 28 -
CMYK 0 0.92 0.88 0.07
HSL 357.79º 0.86% 0.5% -
HSV(B) 357.79º 0.92% 0.93% -
XYZ 35.38 18.59 2.82 -
YUV 85.8 95.39 235.85 -
System Red Green Blue C M Y K H S L
Decimal 237 20 28 0 0.92 0.88 0.07 357.79 0.86 0.5
Hex ED 14 1C 0 5C 58 7 166 56 32
Octal 355 24 34 0 134 130 7 546 126 62
Binary 11101101 10100 11100 0 1011100 1011000 111 101100110 1010110 110010

Color Harmonies of #ED141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED141C

Black with #ED141C

Text Example


Text Example

White with #ED141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED141C; }

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

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

background-color css

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

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

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

border-color css

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

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

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