Html Css Color HEX #ED0716 Fire Engine Red

📋 copy color: '#ED0716'

red 237 ◦ green 7 ◦ blue 22

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

Shades of Fire Engine Red #ED0716

Tints of Fire Engine Red #ED0716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.63%

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

R = 89.1%
G = 2.63%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED0716 (or 0xED0716) is known color: Fire Engine Red. HEX triplet: ED, 07 and 16. RGB value is (237,7,22). Sum of RGB (Red+Green+Blue) = 237+7+22=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0716 is #12F8E9. Grayscale: #4D4D4D. Windows color (decimal): -1243370 or 1443821. OLE color: 1443821.

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

Color convert

RGB 237 7 22 -
CMYK 0 0.97 0.91 0.07
HSL 356.09º 0.94% 0.48% -
HSV(B) 356.09º 0.97% 0.93% -
XYZ 35.15 18.21 2.42 -
YUV 77.48 96.7 241.78 -
System Red Green Blue C M Y K H S L
Decimal 237 7 22 0 0.97 0.91 0.07 356.09 0.94 0.48
Hex ED 7 16 0 61 5B 7 164 5E 30
Octal 355 7 26 0 141 133 7 544 136 60
Binary 11101101 111 10110 0 1100001 1011011 111 101100100 1011110 110000

Color Harmonies of #ED0716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0716

Black with #ED0716

Text Example


Text Example

White with #ED0716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0716; }

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

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

background-color css

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

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

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

border-color css

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

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

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