Html Css Color HEX #EC1317 Fire Engine Red

📋 copy color: '#EC1317'

red 236 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #EC1317

Tints of Fire Engine Red #EC1317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 84.89%
G = 6.83%
B = 8.27%

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

#EC1317 (or 0xEC1317) is known color: Fire Engine Red. HEX triplet: EC, 13 and 17. RGB value is (236,19,23). Sum of RGB (Red+Green+Blue) = 236+19+23=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1317 is #13ECE8. Grayscale: #545454. Windows color (decimal): -1305833 or 1512428. OLE color: 1512428.

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

Color convert

RGB 236 19 23 -
CMYK 0 0.92 0.90 0.07
HSL 358.89º 0.85% 0.5% -
HSV(B) 358.89º 0.92% 0.93% -
XYZ 34.98 18.36 2.51 -
YUV 84.34 93.39 236.17 -
System Red Green Blue C M Y K H S L
Decimal 236 19 23 0 0.92 0.90 0.07 358.89 0.85 0.5
Hex EC 13 17 0 5C 5A 7 167 55 32
Octal 354 23 27 0 134 132 7 547 125 62
Binary 11101100 10011 10111 0 1011100 1011010 111 101100111 1010101 110010

Color Harmonies of #EC1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1317

Black with #EC1317

Text Example


Text Example

White with #EC1317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1317; }

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

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

background-color css

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

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

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

border-color css

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

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

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