Html Css Color HEX #EC0D11 Fire Engine Red

📋 copy color: '#EC0D11'

red 236 ◦ green 13 ◦ blue 17

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

Shades of Fire Engine Red #EC0D11

Tints of Fire Engine Red #EC0D11

RGB

 RED value IS 236 (92.58% from 255) = 88.72%

 GREEN value IS 13 (5.47% from 255) = 4.89%

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

R = 88.72%
G = 4.89%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC0D11 (or 0xEC0D11) is known color: Fire Engine Red. HEX triplet: EC, 0D and 11. RGB value is (236,13,17). Sum of RGB (Red+Green+Blue) = 236+13+17=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0D11 is #13F2EE. Grayscale: #505050. Windows color (decimal): -1307375 or 1117676. OLE color: 1117676.

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

Color convert

RGB 236 13 17 -
CMYK 0 0.94 0.93 0.07
HSL 358.92º 0.9% 0.49% -
HSV(B) 358.92º 0.94% 0.93% -
XYZ 34.84 18.16 2.2 -
YUV 80.13 92.38 239.17 -
System Red Green Blue C M Y K H S L
Decimal 236 13 17 0 0.94 0.93 0.07 358.92 0.9 0.49
Hex EC D 11 0 5E 5D 7 167 5A 31
Octal 354 15 21 0 136 135 7 547 132 61
Binary 11101100 1101 10001 0 1011110 1011101 111 101100111 1011010 110001

Color Harmonies of #EC0D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D11

Black with #EC0D11

Text Example


Text Example

White with #EC0D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D11; }

 p { color: rgb(236,13,17); }

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

background-color css

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

 a { background-color: rgb(236,13,17); }

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

border-color css

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

 span { border-color: rgb(236,13,17); }

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