Html Css Color HEX #ED191B Fire Engine Red

📋 copy color: '#ED191B'

red 237 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #ED191B

Tints of Fire Engine Red #ED191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 82.01%
G = 8.65%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED191B (or 0xED191B) is known color: Fire Engine Red. HEX triplet: ED, 19 and 1B. RGB value is (237,25,27). Sum of RGB (Red+Green+Blue) = 237+25+27=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED191B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED191B is #12E6E4. Grayscale: #585858. Windows color (decimal): -1238757 or 1776109. OLE color: 1776109.

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

Color convert

RGB 237 25 27 -
CMYK 0 0.89 0.89 0.07
HSL 359.43º 0.85% 0.51% -
HSV(B) 359.43º 0.89% 0.93% -
XYZ 35.47 18.78 2.79 -
YUV 88.62 93.24 233.84 -
System Red Green Blue C M Y K H S L
Decimal 237 25 27 0 0.89 0.89 0.07 359.43 0.85 0.51
Hex ED 19 1B 0 59 59 7 167 55 33
Octal 355 31 33 0 131 131 7 547 125 63
Binary 11101101 11001 11011 0 1011001 1011001 111 101100111 1010101 110011

Color Harmonies of #ED191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED191B

Black with #ED191B

Text Example


Text Example

White with #ED191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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