Html Css Color HEX #ED1013 Fire Engine Red

📋 copy color: '#ED1013'

red 237 ◦ green 16 ◦ blue 19

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

Shades of Fire Engine Red #ED1013

Tints of Fire Engine Red #ED1013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 87.13%
G = 5.88%
B = 6.99%

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

#ED1013 (or 0xED1013) is known color: Fire Engine Red. HEX triplet: ED, 10 and 13. RGB value is (237,16,19). Sum of RGB (Red+Green+Blue) = 237+16+19=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1013 is #12EFEC. Grayscale: #525252. Windows color (decimal): -1241069 or 1249517. OLE color: 1249517.

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

Color convert

RGB 237 16 19 -
CMYK 0 0.93 0.92 0.07
HSL 359.19º 0.87% 0.5% -
HSV(B) 359.19º 0.93% 0.93% -
XYZ 35.23 18.42 2.32 -
YUV 82.42 92.22 238.26 -
System Red Green Blue C M Y K H S L
Decimal 237 16 19 0 0.93 0.92 0.07 359.19 0.87 0.5
Hex ED 10 13 0 5D 5C 7 167 57 32
Octal 355 20 23 0 135 134 7 547 127 62
Binary 11101101 10000 10011 0 1011101 1011100 111 101100111 1010111 110010

Color Harmonies of #ED1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1013

Black with #ED1013

Text Example


Text Example

White with #ED1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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