Html Css Color HEX #ED1619 Fire Engine Red

📋 copy color: '#ED1619'

red 237 ◦ green 22 ◦ blue 25

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

Shades of Fire Engine Red #ED1619

Tints of Fire Engine Red #ED1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

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

R = 83.45%
G = 7.75%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED1619 (or 0xED1619) is known color: Fire Engine Red. HEX triplet: ED, 16 and 19. RGB value is (237,22,25). Sum of RGB (Red+Green+Blue) = 237+22+25=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1619 is #12E9E6. Grayscale: #565656. Windows color (decimal): -1239527 or 1644269. OLE color: 1644269.

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

Color convert

RGB 237 22 25 -
CMYK 0 0.91 0.89 0.07
HSL 359.16º 0.86% 0.51% -
HSV(B) 359.16º 0.91% 0.93% -
XYZ 35.39 18.65 2.65 -
YUV 86.63 93.23 235.26 -
System Red Green Blue C M Y K H S L
Decimal 237 22 25 0 0.91 0.89 0.07 359.16 0.86 0.51
Hex ED 16 19 0 5B 59 7 167 56 33
Octal 355 26 31 0 133 131 7 547 126 63
Binary 11101101 10110 11001 0 1011011 1011001 111 101100111 1010110 110011

Color Harmonies of #ED1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1619

Black with #ED1619

Text Example


Text Example

White with #ED1619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1619; }

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

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

background-color css

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

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

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

border-color css

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

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

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