Html Css Color HEX #EC0C14 Fire Engine Red

📋 copy color: '#EC0C14'

red 236 ◦ green 12 ◦ blue 20

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

Shades of Fire Engine Red #EC0C14

Tints of Fire Engine Red #EC0C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.48%

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 88.06%
G = 4.48%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC0C14 (or 0xEC0C14) is known color: Fire Engine Red. HEX triplet: EC, 0C and 14. RGB value is (236,12,20). Sum of RGB (Red+Green+Blue) = 236+12+20=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0C14 is #13F3EB. Grayscale: #505050. Windows color (decimal): -1307628 or 1314028. OLE color: 1314028.

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

Color convert

RGB 236 12 20 -
CMYK 0 0.95 0.92 0.07
HSL 357.86º 0.9% 0.49% -
HSV(B) 357.86º 0.95% 0.93% -
XYZ 34.85 18.15 2.33 -
YUV 79.89 94.21 239.35 -
System Red Green Blue C M Y K H S L
Decimal 236 12 20 0 0.95 0.92 0.07 357.86 0.9 0.49
Hex EC C 14 0 5F 5C 7 166 5A 31
Octal 354 14 24 0 137 134 7 546 132 61
Binary 11101100 1100 10100 0 1011111 1011100 111 101100110 1011010 110001

Color Harmonies of #EC0C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0C14

Black with #EC0C14

Text Example


Text Example

White with #EC0C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0C14; }

 p { color: rgb(236,12,20); }

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

background-color css

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

 a { background-color: rgb(236,12,20); }

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

border-color css

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

 span { border-color: rgb(236,12,20); }

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