Html Css Color HEX #ED1219 Fire Engine Red

📋 copy color: '#ED1219'

red 237 ◦ green 18 ◦ blue 25

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

Shades of Fire Engine Red #ED1219

Tints of Fire Engine Red #ED1219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 84.64%
G = 6.43%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED1219 (or 0xED1219) is known color: Fire Engine Red. HEX triplet: ED, 12 and 19. RGB value is (237,18,25). Sum of RGB (Red+Green+Blue) = 237+18+25=280 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.64% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1219 is #12EDE6. Grayscale: #545454. Windows color (decimal): -1240551 or 1643245. OLE color: 1643245.

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

Color convert

RGB 237 18 25 -
CMYK 0 0.92 0.89 0.07
HSL 358.08º 0.86% 0.5% -
HSV(B) 358.08º 0.92% 0.93% -
XYZ 35.32 18.51 2.63 -
YUV 84.28 94.55 236.93 -
System Red Green Blue C M Y K H S L
Decimal 237 18 25 0 0.92 0.89 0.07 358.08 0.86 0.5
Hex ED 12 19 0 5C 59 7 166 56 32
Octal 355 22 31 0 134 131 7 546 126 62
Binary 11101101 10010 11001 0 1011100 1011001 111 101100110 1010110 110010

Color Harmonies of #ED1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1219

Black with #ED1219

Text Example


Text Example

White with #ED1219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1219; }

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

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

background-color css

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

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

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

border-color css

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

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

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