Html Css Color HEX #EC1015 Fire Engine Red

📋 copy color: '#EC1015'

red 236 ◦ green 16 ◦ blue 21

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

Shades of Fire Engine Red #EC1015

Tints of Fire Engine Red #EC1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

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

R = 86.45%
G = 5.86%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1015 (or 0xEC1015) is known color: Fire Engine Red. HEX triplet: EC, 10 and 15. RGB value is (236,16,21). Sum of RGB (Red+Green+Blue) = 236+16+21=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1015 is #13EFEA. Grayscale: #525252. Windows color (decimal): -1306603 or 1380588. OLE color: 1380588.

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

Color convert

RGB 236 16 21 -
CMYK 0 0.93 0.91 0.07
HSL 358.64º 0.87% 0.49% -
HSV(B) 358.64º 0.93% 0.93% -
XYZ 34.91 18.26 2.39 -
YUV 82.35 93.39 237.59 -
System Red Green Blue C M Y K H S L
Decimal 236 16 21 0 0.93 0.91 0.07 358.64 0.87 0.49
Hex EC 10 15 0 5D 5B 7 167 57 31
Octal 354 20 25 0 135 133 7 547 127 61
Binary 11101100 10000 10101 0 1011101 1011011 111 101100111 1010111 110001

Color Harmonies of #EC1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1015

Black with #EC1015

Text Example


Text Example

White with #EC1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1015; }

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

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

background-color css

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

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

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

border-color css

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

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

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