Html Css Color HEX #ED0914 Fire Engine Red

📋 copy color: '#ED0914'

red 237 ◦ green 9 ◦ blue 20

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

Shades of Fire Engine Red #ED0914

Tints of Fire Engine Red #ED0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 89.1%
G = 3.38%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED0914 (or 0xED0914) is known color: Fire Engine Red. HEX triplet: ED, 09 and 14. RGB value is (237,9,20). Sum of RGB (Red+Green+Blue) = 237+9+20=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0914 is #12F6EB. Grayscale: #4E4E4E. Windows color (decimal): -1242860 or 1313261. OLE color: 1313261.

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

Color convert

RGB 237 9 20 -
CMYK 0 0.96 0.92 0.07
HSL 357.11º 0.93% 0.48% -
HSV(B) 357.11º 0.96% 0.93% -
XYZ 35.15 18.25 2.33 -
YUV 78.43 95.04 241.11 -
System Red Green Blue C M Y K H S L
Decimal 237 9 20 0 0.96 0.92 0.07 357.11 0.93 0.48
Hex ED 9 14 0 60 5C 7 165 5D 30
Octal 355 11 24 0 140 134 7 545 135 60
Binary 11101101 1001 10100 0 1100000 1011100 111 101100101 1011101 110000

Color Harmonies of #ED0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0914

Black with #ED0914

Text Example


Text Example

White with #ED0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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