Html Css Color HEX #ED1719 Fire Engine Red

📋 copy color: '#ED1719'

red 237 ◦ green 23 ◦ blue 25

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

Shades of Fire Engine Red #ED1719

Tints of Fire Engine Red #ED1719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.77%

R = 83.16%
G = 8.07%
B = 8.77%

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

#ED1719 (or 0xED1719) is known color: Fire Engine Red. HEX triplet: ED, 17 and 19. RGB value is (237,23,25). Sum of RGB (Red+Green+Blue) = 237+23+25=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1719 is #12E8E6. Grayscale: #575757. Windows color (decimal): -1239271 or 1644525. OLE color: 1644525.

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

Color convert

RGB 237 23 25 -
CMYK 0 0.90 0.89 0.07
HSL 359.44º 0.86% 0.51% -
HSV(B) 359.44º 0.9% 0.93% -
XYZ 35.41 18.69 2.66 -
YUV 87.21 92.9 234.84 -
System Red Green Blue C M Y K H S L
Decimal 237 23 25 0 0.90 0.89 0.07 359.44 0.86 0.51
Hex ED 17 19 0 5A 59 7 167 56 33
Octal 355 27 31 0 132 131 7 547 126 63
Binary 11101101 10111 11001 0 1011010 1011001 111 101100111 1010110 110011

Color Harmonies of #ED1719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1719

Black with #ED1719

Text Example


Text Example

White with #ED1719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1719; }

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

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

background-color css

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

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

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

border-color css

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

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

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