Html Css Color HEX #EC0615 Fire Engine Red

📋 copy color: '#EC0615'

red 236 ◦ green 6 ◦ blue 21

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

Shades of Fire Engine Red #EC0615

Tints of Fire Engine Red #EC0615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

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

R = 89.73%
G = 2.28%
B = 7.98%

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

#EC0615 (or 0xEC0615) is known color: Fire Engine Red. HEX triplet: EC, 06 and 15. RGB value is (236,6,21). Sum of RGB (Red+Green+Blue) = 236+6+21=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0615 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0615 is #13F9EA. Grayscale: #4C4C4C. Windows color (decimal): -1309163 or 1378028. OLE color: 1378028.

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

Color convert

RGB 236 6 21 -
CMYK 0 0.97 0.91 0.07
HSL 356.09º 0.95% 0.47% -
HSV(B) 356.09º 0.97% 0.93% -
XYZ 34.79 18.02 2.35 -
YUV 76.48 96.7 241.78 -
System Red Green Blue C M Y K H S L
Decimal 236 6 21 0 0.97 0.91 0.07 356.09 0.95 0.47
Hex EC 6 15 0 61 5B 7 164 5F 2F
Octal 354 6 25 0 141 133 7 544 137 57
Binary 11101100 110 10101 0 1100001 1011011 111 101100100 1011111 101111

Color Harmonies of #EC0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0615

Black with #EC0615

Text Example


Text Example

White with #EC0615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0615; }

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

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

background-color css

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

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

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

border-color css

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

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

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