Html Css Color HEX #ED1014 Fire Engine Red

📋 copy color: '#ED1014'

red 237 ◦ green 16 ◦ blue 20

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

Shades of Fire Engine Red #ED1014

Tints of Fire Engine Red #ED1014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 86.81%
G = 5.86%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED1014 (or 0xED1014) is known color: Fire Engine Red. HEX triplet: ED, 10 and 14. RGB value is (237,16,20). Sum of RGB (Red+Green+Blue) = 237+16+20=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1014 is #12EFEB. Grayscale: #525252. Windows color (decimal): -1241068 or 1315053. OLE color: 1315053.

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

Color convert

RGB 237 16 20 -
CMYK 0 0.93 0.92 0.07
HSL 358.91º 0.87% 0.5% -
HSV(B) 358.91º 0.93% 0.93% -
XYZ 35.24 18.43 2.36 -
YUV 82.54 92.72 238.17 -
System Red Green Blue C M Y K H S L
Decimal 237 16 20 0 0.93 0.92 0.07 358.91 0.87 0.5
Hex ED 10 14 0 5D 5C 7 167 57 32
Octal 355 20 24 0 135 134 7 547 127 62
Binary 11101101 10000 10100 0 1011101 1011100 111 101100111 1010111 110010

Color Harmonies of #ED1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1014

Black with #ED1014

Text Example


Text Example

White with #ED1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1014; }

 p { color: rgb(237,16,20); }

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

background-color css

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

 a { background-color: rgb(237,16,20); }

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

border-color css

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

 span { border-color: rgb(237,16,20); }

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