Html Css Color HEX #ED1417 Fire Engine Red

📋 copy color: '#ED1417'

red 237 ◦ green 20 ◦ blue 23

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

Shades of Fire Engine Red #ED1417

Tints of Fire Engine Red #ED1417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 84.64%
G = 7.14%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED1417 (or 0xED1417) is known color: Fire Engine Red. HEX triplet: ED, 14 and 17. RGB value is (237,20,23). Sum of RGB (Red+Green+Blue) = 237+20+23=280 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.64% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1417 is #12EBE8. Grayscale: #555555. Windows color (decimal): -1240041 or 1512685. OLE color: 1512685.

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

Color convert

RGB 237 20 23 -
CMYK 0 0.92 0.90 0.07
HSL 359.17º 0.86% 0.5% -
HSV(B) 359.17º 0.92% 0.93% -
XYZ 35.33 18.57 2.53 -
YUV 85.23 92.89 236.26 -
System Red Green Blue C M Y K H S L
Decimal 237 20 23 0 0.92 0.90 0.07 359.17 0.86 0.5
Hex ED 14 17 0 5C 5A 7 167 56 32
Octal 355 24 27 0 134 132 7 547 126 62
Binary 11101101 10100 10111 0 1011100 1011010 111 101100111 1010110 110010

Color Harmonies of #ED1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1417

Black with #ED1417

Text Example


Text Example

White with #ED1417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1417; }

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

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

background-color css

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

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

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

border-color css

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

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

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