Html Css Color HEX #EC0818 Fire Engine Red

📋 copy color: '#EC0818'

red 236 ◦ green 8 ◦ blue 24

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

Shades of Fire Engine Red #EC0818

Tints of Fire Engine Red #EC0818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 88.06%
G = 2.99%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC0818 (or 0xEC0818) is known color: Fire Engine Red. HEX triplet: EC, 08 and 18. RGB value is (236,8,24). Sum of RGB (Red+Green+Blue) = 236+8+24=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0818 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0818 is #13F7E7. Grayscale: #4E4E4E. Windows color (decimal): -1308648 or 1575148. OLE color: 1575148.

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

Color convert

RGB 236 8 24 -
CMYK 0 0.97 0.90 0.07
HSL 355.79º 0.93% 0.48% -
HSV(B) 355.79º 0.97% 0.93% -
XYZ 34.84 18.07 2.52 -
YUV 78 97.54 240.7 -
System Red Green Blue C M Y K H S L
Decimal 236 8 24 0 0.97 0.90 0.07 355.79 0.93 0.48
Hex EC 8 18 0 61 5A 7 164 5D 30
Octal 354 10 30 0 141 132 7 544 135 60
Binary 11101100 1000 11000 0 1100001 1011010 111 101100100 1011101 110000

Color Harmonies of #EC0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0818

Black with #EC0818

Text Example


Text Example

White with #EC0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0818; }

 p { color: rgb(236,8,24); }

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

background-color css

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

 a { background-color: rgb(236,8,24); }

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

border-color css

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

 span { border-color: rgb(236,8,24); }

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