Html Css Color HEX #ED0E0F Fire Engine Red

📋 copy color: '#ED0E0F'

red 237 ◦ green 14 ◦ blue 15

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

Shades of Fire Engine Red #ED0E0F

Tints of Fire Engine Red #ED0E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.26%

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 89.1%
G = 5.26%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED0E0F (or 0xED0E0F) is known color: Fire Engine Red. HEX triplet: ED, 0E and 0F. RGB value is (237,14,15). Sum of RGB (Red+Green+Blue) = 237+14+15=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0E0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0E0F is #12F1F0. Grayscale: #515151. Windows color (decimal): -1241585 or 986861. OLE color: 986861.

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

Color convert

RGB 237 14 15 -
CMYK 0 0.94 0.94 0.07
HSL 359.73º 0.89% 0.49% -
HSV(B) 359.73º 0.94% 0.93% -
XYZ 35.17 18.35 2.14 -
YUV 80.79 90.88 239.42 -
System Red Green Blue C M Y K H S L
Decimal 237 14 15 0 0.94 0.94 0.07 359.73 0.89 0.49
Hex ED E F 0 5E 5E 7 168 59 31
Octal 355 16 17 0 136 136 7 550 131 61
Binary 11101101 1110 1111 0 1011110 1011110 111 101101000 1011001 110001

Color Harmonies of #ED0E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0E0F

Black with #ED0E0F

Text Example


Text Example

White with #ED0E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0E0F; }

 p { color: rgb(237,14,15); }

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

background-color css

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

 a { background-color: rgb(237,14,15); }

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

border-color css

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

 span { border-color: rgb(237,14,15); }

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