Html Css Color HEX #EC0813 Fire Engine Red

📋 copy color: '#EC0813'

red 236 ◦ green 8 ◦ blue 19

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

Shades of Fire Engine Red #EC0813

Tints of Fire Engine Red #EC0813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 89.73%
G = 3.04%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC0813 (or 0xEC0813) is known color: Fire Engine Red. HEX triplet: EC, 08 and 13. RGB value is (236,8,19). Sum of RGB (Red+Green+Blue) = 236+8+19=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0813 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0813 is #13F7EC. Grayscale: #4D4D4D. Windows color (decimal): -1308653 or 1247468. OLE color: 1247468.

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

Color convert

RGB 236 8 19 -
CMYK 0 0.97 0.92 0.07
HSL 357.11º 0.93% 0.48% -
HSV(B) 357.11º 0.97% 0.93% -
XYZ 34.8 18.05 2.27 -
YUV 77.43 95.04 241.11 -
System Red Green Blue C M Y K H S L
Decimal 236 8 19 0 0.97 0.92 0.07 357.11 0.93 0.48
Hex EC 8 13 0 61 5C 7 165 5D 30
Octal 354 10 23 0 141 134 7 545 135 60
Binary 11101100 1000 10011 0 1100001 1011100 111 101100101 1011101 110000

Color Harmonies of #EC0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0813

Black with #EC0813

Text Example


Text Example

White with #EC0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0813; }

 p { color: rgb(236,8,19); }

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

background-color css

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

 a { background-color: rgb(236,8,19); }

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

border-color css

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

 span { border-color: rgb(236,8,19); }

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