Html Css Color HEX #ED0916 Fire Engine Red

📋 copy color: '#ED0916'

red 237 ◦ green 9 ◦ blue 22

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

Shades of Fire Engine Red #ED0916

Tints of Fire Engine Red #ED0916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 88.43%
G = 3.36%
B = 8.21%

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

#ED0916 (or 0xED0916) is known color: Fire Engine Red. HEX triplet: ED, 09 and 16. RGB value is (237,9,22). Sum of RGB (Red+Green+Blue) = 237+9+22=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0916 is #12F6E9. Grayscale: #4E4E4E. Windows color (decimal): -1242858 or 1444333. OLE color: 1444333.

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

Color convert

RGB 237 9 22 -
CMYK 0 0.96 0.91 0.07
HSL 356.58º 0.93% 0.48% -
HSV(B) 356.58º 0.96% 0.93% -
XYZ 35.17 18.26 2.43 -
YUV 78.65 96.04 240.94 -
System Red Green Blue C M Y K H S L
Decimal 237 9 22 0 0.96 0.91 0.07 356.58 0.93 0.48
Hex ED 9 16 0 60 5B 7 165 5D 30
Octal 355 11 26 0 140 133 7 545 135 60
Binary 11101101 1001 10110 0 1100000 1011011 111 101100101 1011101 110000

Color Harmonies of #ED0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0916

Black with #ED0916

Text Example


Text Example

White with #ED0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0916; }

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

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

background-color css

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

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

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

border-color css

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

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

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