Html Css Color HEX #ED1017 Fire Engine Red

📋 copy color: '#ED1017'

red 237 ◦ green 16 ◦ blue 23

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

Shades of Fire Engine Red #ED1017

Tints of Fire Engine Red #ED1017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.33%

R = 85.87%
G = 5.8%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED1017 (or 0xED1017) is known color: Fire Engine Red. HEX triplet: ED, 10 and 17. RGB value is (237,16,23). Sum of RGB (Red+Green+Blue) = 237+16+23=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1017 is #12EFE8. Grayscale: #535353. Windows color (decimal): -1241065 or 1511661. OLE color: 1511661.

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

Color convert

RGB 237 16 23 -
CMYK 0 0.93 0.90 0.07
HSL 358.1º 0.87% 0.5% -
HSV(B) 358.1º 0.93% 0.93% -
XYZ 35.27 18.44 2.51 -
YUV 82.88 94.22 237.93 -
System Red Green Blue C M Y K H S L
Decimal 237 16 23 0 0.93 0.90 0.07 358.1 0.87 0.5
Hex ED 10 17 0 5D 5A 7 166 57 32
Octal 355 20 27 0 135 132 7 546 127 62
Binary 11101101 10000 10111 0 1011101 1011010 111 101100110 1010111 110010

Color Harmonies of #ED1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1017

Black with #ED1017

Text Example


Text Example

White with #ED1017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1017; }

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

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

background-color css

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

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

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

border-color css

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

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

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