Html Css Color HEX #EC1217 Fire Engine Red

📋 copy color: '#EC1217'

red 236 ◦ green 18 ◦ blue 23

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

Shades of Fire Engine Red #EC1217

Tints of Fire Engine Red #EC1217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.3%

R = 85.2%
G = 6.5%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC1217 (or 0xEC1217) is known color: Fire Engine Red. HEX triplet: EC, 12 and 17. RGB value is (236,18,23). Sum of RGB (Red+Green+Blue) = 236+18+23=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1217 is #13EDE8. Grayscale: #535353. Windows color (decimal): -1306089 or 1512172. OLE color: 1512172.

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

Color convert

RGB 236 18 23 -
CMYK 0 0.92 0.90 0.07
HSL 358.62º 0.86% 0.5% -
HSV(B) 358.62º 0.92% 0.93% -
XYZ 34.96 18.33 2.51 -
YUV 83.75 93.72 236.59 -
System Red Green Blue C M Y K H S L
Decimal 236 18 23 0 0.92 0.90 0.07 358.62 0.86 0.5
Hex EC 12 17 0 5C 5A 7 167 56 32
Octal 354 22 27 0 134 132 7 547 126 62
Binary 11101100 10010 10111 0 1011100 1011010 111 101100111 1010110 110010

Color Harmonies of #EC1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1217

Black with #EC1217

Text Example


Text Example

White with #EC1217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1217; }

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

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

background-color css

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

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

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

border-color css

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

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

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