Html Css Color HEX #ED0915 Fire Engine Red

📋 copy color: '#ED0915'

red 237 ◦ green 9 ◦ blue 21

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

Shades of Fire Engine Red #ED0915

Tints of Fire Engine Red #ED0915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 88.76%
G = 3.37%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED0915 (or 0xED0915) is known color: Fire Engine Red. HEX triplet: ED, 09 and 15. RGB value is (237,9,21). Sum of RGB (Red+Green+Blue) = 237+9+21=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0915 is #12F6EA. Grayscale: #4E4E4E. Windows color (decimal): -1242859 or 1378797. OLE color: 1378797.

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

Color convert

RGB 237 9 21 -
CMYK 0 0.96 0.91 0.07
HSL 356.84º 0.93% 0.48% -
HSV(B) 356.84º 0.96% 0.93% -
XYZ 35.16 18.25 2.38 -
YUV 78.54 95.54 241.02 -
System Red Green Blue C M Y K H S L
Decimal 237 9 21 0 0.96 0.91 0.07 356.84 0.93 0.48
Hex ED 9 15 0 60 5B 7 165 5D 30
Octal 355 11 25 0 140 133 7 545 135 60
Binary 11101101 1001 10101 0 1100000 1011011 111 101100101 1011101 110000

Color Harmonies of #ED0915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0915

Black with #ED0915

Text Example


Text Example

White with #ED0915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0915; }

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

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

background-color css

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

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

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

border-color css

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

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

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