Html Css Color HEX #EC0517 Fire Engine Red

📋 copy color: '#EC0517'

red 236 ◦ green 5 ◦ blue 23

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

Shades of Fire Engine Red #EC0517

Tints of Fire Engine Red #EC0517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 89.39%
G = 1.89%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC0517 (or 0xEC0517) is known color: Fire Engine Red. HEX triplet: EC, 05 and 17. RGB value is (236,5,23). Sum of RGB (Red+Green+Blue) = 236+5+23=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0517 is #13FAE8. Grayscale: #4C4C4C. Windows color (decimal): -1309417 or 1508844. OLE color: 1508844.

HSL color Cylindrical-coordinate representation of color #EC0517: hue angle of 355.32º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0517 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 5 23 -
CMYK 0 0.98 0.90 0.07
HSL 355.32º 0.96% 0.47% -
HSV(B) 355.32º 0.98% 0.93% -
XYZ 34.8 18 2.45 -
YUV 76.12 98.03 242.04 -
System Red Green Blue C M Y K H S L
Decimal 236 5 23 0 0.98 0.90 0.07 355.32 0.96 0.47
Hex EC 5 17 0 62 5A 7 163 60 2F
Octal 354 5 27 0 142 132 7 543 140 57
Binary 11101100 101 10111 0 1100010 1011010 111 101100011 1100000 101111

Color Harmonies of #EC0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0517

Black with #EC0517

Text Example


Text Example

White with #EC0517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0517; }

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

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

background-color css

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

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

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

border-color css

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

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

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