Html Css Color HEX #EC0715 Fire Engine Red

📋 copy color: '#EC0715'

red 236 ◦ green 7 ◦ blue 21

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

Shades of Fire Engine Red #EC0715

Tints of Fire Engine Red #EC0715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.65%

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

R = 89.39%
G = 2.65%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC0715 (or 0xEC0715) is known color: Fire Engine Red. HEX triplet: EC, 07 and 15. RGB value is (236,7,21). Sum of RGB (Red+Green+Blue) = 236+7+21=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0715 is #13F8EA. Grayscale: #4D4D4D. Windows color (decimal): -1308907 or 1378284. OLE color: 1378284.

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

Color convert

RGB 236 7 21 -
CMYK 0 0.97 0.91 0.07
HSL 356.33º 0.94% 0.48% -
HSV(B) 356.33º 0.97% 0.93% -
XYZ 34.8 18.04 2.36 -
YUV 77.07 96.37 241.36 -
System Red Green Blue C M Y K H S L
Decimal 236 7 21 0 0.97 0.91 0.07 356.33 0.94 0.48
Hex EC 7 15 0 61 5B 7 164 5E 30
Octal 354 7 25 0 141 133 7 544 136 60
Binary 11101100 111 10101 0 1100001 1011011 111 101100100 1011110 110000

Color Harmonies of #EC0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0715

Black with #EC0715

Text Example


Text Example

White with #EC0715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0715; }

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

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

background-color css

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

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

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

border-color css

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

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

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