Html Css Color HEX #ED131C Fire Engine Red

📋 copy color: '#ED131C'

red 237 ◦ green 19 ◦ blue 28

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

Shades of Fire Engine Red #ED131C

Tints of Fire Engine Red #ED131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 83.45%
G = 6.69%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED131C (or 0xED131C) is known color: Fire Engine Red. HEX triplet: ED, 13 and 1C. RGB value is (237,19,28). Sum of RGB (Red+Green+Blue) = 237+19+28=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED131C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED131C is #12ECE3. Grayscale: #555555. Windows color (decimal): -1240292 or 1840109. OLE color: 1840109.

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

Color convert

RGB 237 19 28 -
CMYK 0 0.92 0.88 0.07
HSL 357.52º 0.86% 0.5% -
HSV(B) 357.52º 0.92% 0.93% -
XYZ 35.37 18.55 2.82 -
YUV 85.21 95.72 236.27 -
System Red Green Blue C M Y K H S L
Decimal 237 19 28 0 0.92 0.88 0.07 357.52 0.86 0.5
Hex ED 13 1C 0 5C 58 7 166 56 32
Octal 355 23 34 0 134 130 7 546 126 62
Binary 11101101 10011 11100 0 1011100 1011000 111 101100110 1010110 110010

Color Harmonies of #ED131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED131C

Black with #ED131C

Text Example


Text Example

White with #ED131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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