Html Css Color HEX #ED0817 Fire Engine Red

📋 copy color: '#ED0817'

red 237 ◦ green 8 ◦ blue 23

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

Shades of Fire Engine Red #ED0817

Tints of Fire Engine Red #ED0817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.58%

R = 88.43%
G = 2.99%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED0817 (or 0xED0817) is known color: Fire Engine Red. HEX triplet: ED, 08 and 17. RGB value is (237,8,23). Sum of RGB (Red+Green+Blue) = 237+8+23=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0817 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0817 is #12F7E8. Grayscale: #4E4E4E. Windows color (decimal): -1243113 or 1509613. OLE color: 1509613.

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

Color convert

RGB 237 8 23 -
CMYK 0 0.97 0.90 0.07
HSL 356.07º 0.93% 0.48% -
HSV(B) 356.07º 0.97% 0.93% -
XYZ 35.17 18.24 2.48 -
YUV 78.18 96.87 241.28 -
System Red Green Blue C M Y K H S L
Decimal 237 8 23 0 0.97 0.90 0.07 356.07 0.93 0.48
Hex ED 8 17 0 61 5A 7 164 5D 30
Octal 355 10 27 0 141 132 7 544 135 60
Binary 11101101 1000 10111 0 1100001 1011010 111 101100100 1011101 110000

Color Harmonies of #ED0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0817

Black with #ED0817

Text Example


Text Example

White with #ED0817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0817; }

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

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

background-color css

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

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

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

border-color css

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

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

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