Html Css Color HEX #EC1215 Fire Engine Red

📋 copy color: '#EC1215'

red 236 ◦ green 18 ◦ blue 21

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

Shades of Fire Engine Red #EC1215

Tints of Fire Engine Red #EC1215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 85.82%
G = 6.55%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1215 (or 0xEC1215) is known color: Fire Engine Red. HEX triplet: EC, 12 and 15. RGB value is (236,18,21). Sum of RGB (Red+Green+Blue) = 236+18+21=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1215 is #13EDEA. Grayscale: #535353. Windows color (decimal): -1306091 or 1381100. OLE color: 1381100.

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

Color convert

RGB 236 18 21 -
CMYK 0 0.92 0.91 0.07
HSL 359.17º 0.86% 0.5% -
HSV(B) 359.17º 0.92% 0.93% -
XYZ 34.94 18.32 2.4 -
YUV 83.52 92.72 236.76 -
System Red Green Blue C M Y K H S L
Decimal 236 18 21 0 0.92 0.91 0.07 359.17 0.86 0.5
Hex EC 12 15 0 5C 5B 7 167 56 32
Octal 354 22 25 0 134 133 7 547 126 62
Binary 11101100 10010 10101 0 1011100 1011011 111 101100111 1010110 110010

Color Harmonies of #EC1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1215

Black with #EC1215

Text Example


Text Example

White with #EC1215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1215; }

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

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

background-color css

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

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

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

border-color css

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

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

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