Html Css Color HEX #ED1718 Fire Engine Red

📋 copy color: '#ED1718'

red 237 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #ED1718

Tints of Fire Engine Red #ED1718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

 BLUE value IS 24 (9.77% from 255) = 8.45%

R = 83.45%
G = 8.1%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED1718 (or 0xED1718) is known color: Fire Engine Red. HEX triplet: ED, 17 and 18. RGB value is (237,23,24). Sum of RGB (Red+Green+Blue) = 237+23+24=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1718 is #12E8E7. Grayscale: #575757. Windows color (decimal): -1239272 or 1578989. OLE color: 1578989.

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

Color convert

RGB 237 23 24 -
CMYK 0 0.90 0.90 0.07
HSL 359.72º 0.86% 0.51% -
HSV(B) 359.72º 0.9% 0.93% -
XYZ 35.4 18.68 2.6 -
YUV 87.1 92.4 234.92 -
System Red Green Blue C M Y K H S L
Decimal 237 23 24 0 0.90 0.90 0.07 359.72 0.86 0.51
Hex ED 17 18 0 5A 5A 7 168 56 33
Octal 355 27 30 0 132 132 7 550 126 63
Binary 11101101 10111 11000 0 1011010 1011010 111 101101000 1010110 110011

Color Harmonies of #ED1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1718

Black with #ED1718

Text Example


Text Example

White with #ED1718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1718; }

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

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

background-color css

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

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

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

border-color css

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

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

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