Html Css Color HEX #ED131B Fire Engine Red

📋 copy color: '#ED131B'

red 237 ◦ green 19 ◦ blue 27

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

Shades of Fire Engine Red #ED131B

Tints of Fire Engine Red #ED131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.71%

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

R = 83.75%
G = 6.71%
B = 9.54%

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

#ED131B (or 0xED131B) is known color: Fire Engine Red. HEX triplet: ED, 13 and 1B. RGB value is (237,19,27). Sum of RGB (Red+Green+Blue) = 237+19+27=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED131B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED131B is #12ECE4. Grayscale: #555555. Windows color (decimal): -1240293 or 1774573. OLE color: 1774573.

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

Color convert

RGB 237 19 27 -
CMYK 0 0.92 0.89 0.07
HSL 357.8º 0.86% 0.5% -
HSV(B) 357.8º 0.92% 0.93% -
XYZ 35.36 18.55 2.75 -
YUV 85.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 237 19 27 0 0.92 0.89 0.07 357.8 0.86 0.5
Hex ED 13 1B 0 5C 59 7 166 56 32
Octal 355 23 33 0 134 131 7 546 126 62
Binary 11101101 10011 11011 0 1011100 1011001 111 101100110 1010110 110010

Color Harmonies of #ED131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED131B

Black with #ED131B

Text Example


Text Example

White with #ED131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED131B; }

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

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

background-color css

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

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

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

border-color css

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

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

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