Html Css Color HEX #EC1213 Fire Engine Red

📋 copy color: '#EC1213'

red 236 ◦ green 18 ◦ blue 19

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

Shades of Fire Engine Red #EC1213

Tints of Fire Engine Red #EC1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 86.45%
G = 6.59%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC1213 (or 0xEC1213) is known color: Fire Engine Red. HEX triplet: EC, 12 and 13. RGB value is (236,18,19). Sum of RGB (Red+Green+Blue) = 236+18+19=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1213 is #13EDEC. Grayscale: #535353. Windows color (decimal): -1306093 or 1250028. OLE color: 1250028.

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

Color convert

RGB 236 18 19 -
CMYK 0 0.92 0.92 0.07
HSL 359.72º 0.86% 0.5% -
HSV(B) 359.72º 0.92% 0.93% -
XYZ 34.93 18.31 2.31 -
YUV 83.3 91.72 236.92 -
System Red Green Blue C M Y K H S L
Decimal 236 18 19 0 0.92 0.92 0.07 359.72 0.86 0.5
Hex EC 12 13 0 5C 5C 7 168 56 32
Octal 354 22 23 0 134 134 7 550 126 62
Binary 11101100 10010 10011 0 1011100 1011100 111 101101000 1010110 110010

Color Harmonies of #EC1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1213

Black with #EC1213

Text Example


Text Example

White with #EC1213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1213; }

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

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

background-color css

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

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

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

border-color css

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

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

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