Html Css Color HEX #EC0D18 Fire Engine Red

📋 copy color: '#EC0D18'

red 236 ◦ green 13 ◦ blue 24

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

Shades of Fire Engine Red #EC0D18

Tints of Fire Engine Red #EC0D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

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

R = 86.45%
G = 4.76%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC0D18 (or 0xEC0D18) is known color: Fire Engine Red. HEX triplet: EC, 0D and 18. RGB value is (236,13,24). Sum of RGB (Red+Green+Blue) = 236+13+24=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0D18 is #13F2E7. Grayscale: #515151. Windows color (decimal): -1307368 or 1576428. OLE color: 1576428.

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

Color convert

RGB 236 13 24 -
CMYK 0 0.94 0.90 0.07
HSL 357.04º 0.9% 0.49% -
HSV(B) 357.04º 0.94% 0.93% -
XYZ 34.9 18.19 2.54 -
YUV 80.93 95.88 238.61 -
System Red Green Blue C M Y K H S L
Decimal 236 13 24 0 0.94 0.90 0.07 357.04 0.9 0.49
Hex EC D 18 0 5E 5A 7 165 5A 31
Octal 354 15 30 0 136 132 7 545 132 61
Binary 11101100 1101 11000 0 1011110 1011010 111 101100101 1011010 110001

Color Harmonies of #EC0D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D18

Black with #EC0D18

Text Example


Text Example

White with #EC0D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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