Html Css Color HEX #ED0C11 Fire Engine Red

📋 copy color: '#ED0C11'

red 237 ◦ green 12 ◦ blue 17

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

Shades of Fire Engine Red #ED0C11

Tints of Fire Engine Red #ED0C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.51%

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 89.1%
G = 4.51%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED0C11 (or 0xED0C11) is known color: Fire Engine Red. HEX triplet: ED, 0C and 11. RGB value is (237,12,17). Sum of RGB (Red+Green+Blue) = 237+12+17=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0C11 is #12F3EE. Grayscale: #505050. Windows color (decimal): -1242095 or 1117421. OLE color: 1117421.

HSL color Cylindrical-coordinate representation of color #ED0C11: hue angle of 358.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0C11 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 12 17 -
CMYK 0 0.95 0.93 0.07
HSL 358.67º 0.9% 0.49% -
HSV(B) 358.67º 0.95% 0.93% -
XYZ 35.16 18.31 2.21 -
YUV 79.85 92.54 240.09 -
System Red Green Blue C M Y K H S L
Decimal 237 12 17 0 0.95 0.93 0.07 358.67 0.9 0.49
Hex ED C 11 0 5F 5D 7 167 5A 31
Octal 355 14 21 0 137 135 7 547 132 61
Binary 11101101 1100 10001 0 1011111 1011101 111 101100111 1011010 110001

Color Harmonies of #ED0C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0C11

Black with #ED0C11

Text Example


Text Example

White with #ED0C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0C11; }

 p { color: rgb(237,12,17); }

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

background-color css

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

 a { background-color: rgb(237,12,17); }

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

border-color css

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

 span { border-color: rgb(237,12,17); }

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