Html Css Color HEX #ED0815 Fire Engine Red

📋 copy color: '#ED0815'

red 237 ◦ green 8 ◦ blue 21

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

Shades of Fire Engine Red #ED0815

Tints of Fire Engine Red #ED0815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

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

R = 89.1%
G = 3.01%
B = 7.89%

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

#ED0815 (or 0xED0815) is known color: Fire Engine Red. HEX triplet: ED, 08 and 15. RGB value is (237,8,21). Sum of RGB (Red+Green+Blue) = 237+8+21=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0815 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0815 is #12F7EA. Grayscale: #4E4E4E. Windows color (decimal): -1243115 or 1378541. OLE color: 1378541.

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

Color convert

RGB 237 8 21 -
CMYK 0 0.97 0.91 0.07
HSL 356.59º 0.93% 0.48% -
HSV(B) 356.59º 0.97% 0.93% -
XYZ 35.15 18.23 2.38 -
YUV 77.95 95.87 241.44 -
System Red Green Blue C M Y K H S L
Decimal 237 8 21 0 0.97 0.91 0.07 356.59 0.93 0.48
Hex ED 8 15 0 61 5B 7 165 5D 30
Octal 355 10 25 0 141 133 7 545 135 60
Binary 11101101 1000 10101 0 1100001 1011011 111 101100101 1011101 110000

Color Harmonies of #ED0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0815

Black with #ED0815

Text Example


Text Example

White with #ED0815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0815; }

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

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

background-color css

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

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

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

border-color css

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

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

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